DescriptionDon't call into JS from within stack trace generation
Calling into JS from stack trace generation becomes an issue during
stack overflows: we'd detect a stack overflow, attempt to create an
exception, call into JS, detect a stack overflow, and repeat.
R=yangguo@chromium.org
BUG=
Committed: https://crrev.com/4fbffba4da4bbf7873f479e7afe7d9f0114f9b8b
Cr-Commit-Position: refs/heads/master@{#37837}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Just access the script itself, it's what the accessors do #
Messages
Total messages: 17 (10 generated)
|