DescriptionLazy call to custom stack trace formatting using Error.prepareStackTrace.
This enables custom stack trace formatting for stack overflow.
A consequence is that stack trace formatting is now easily observable,
but we already established that the default stack trace formatting can
be observed anyways. It is only triggered by the .stack getter, and
it has to be explicitly called, (e.g. not implicitly after GC).
R=mstarzinger@chromium.org
BUG=v8:2559
Committed: https://code.google.com/p/v8/source/detail?r=15902
Patch Set 1 #
Total comments: 1
Patch Set 2 : comments addressed #Patch Set 3 : adapting one test #
Messages
Total messages: 3 (0 generated)
|