Description[V8] Use Function.name in Error.stack
Error.stack contains function.name if its type is string.
Otherwise if function have inferred name then .stack contains it.
For functions from eval .stack property contains "eval".
LOG=N
BUG=chromium:17356
R=yurys@chromium.org
Committed: https://crrev.com/ec73e0886059d1fd3e84ea0171b2de9dcf9bfabe
Cr-Commit-Position: refs/heads/master@{#27186}
Patch Set 1 #
Total comments: 4
Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Patch Set 4 : #
Total comments: 4
Patch Set 5 : #
Total comments: 4
Patch Set 6 : Moved DebugName, inferred name test added #Patch Set 7 : #
Total comments: 1
Patch Set 8 : #
Total comments: 2
Patch Set 9 : Replaced DebugName with GetDebugName handlified version #
Total comments: 2
Patch Set 10 : #
Messages
Total messages: 32 (5 generated)
|