https://codereview.chromium.org/711353002/diff/1/include/v8.h
File include/v8.h (right):

https://codereview.chromium.org/711353002/diff/1/include/v8.h#newcode4192
include/v8.h:4192: static Local<StackTrace> GetStackTrace(Handle<Value>
exception);
On 2014/11/11 10:54:07, aandrey wrote:
This method will be used by inspector as it's not equal to
CreateMessage()->GetStackTrace().

Can you elaborate why the inspector can't use
CreateMessage()->GetStackTrace()?

Wasn't the plan to have that replace Exception::GetStackTrace()this by
CreateMessage()->GetStackTrace()? The former has no test coverage in V8
at all.

https://codereview.chromium.org/711353002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to