DescriptionX87: [builtins] New frame type for exits to C++ builtins.
port 5febc27b5d17f14908d5e3c225bdb9b8a6b2df9a (r37416)
original commit message:
Prior to this commit, calls to C++ builtins created standard exit
frames, which are skipped when constructing JS stack traces. In order to
show these calls on traces, we introduce a new builtin exit frame type.
Builtin exit frames contain target and new.target on the stack and are
not skipped during stack trace construction.
BUG=
Committed: https://crrev.com/f50725d3baeb12dc8f67e0d9c2c7aac6a38d40d7
Cr-Commit-Position: refs/heads/master@{#37490}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|