DescriptionPPC/s390: [builtins] New frame type for exits to C++ builtins
Port 5febc27b5d17f14908d5e3c225bdb9b8a6b2df9a
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.
R=jgruber@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com
BUG=v8:4815
LOG=N
Committed: https://crrev.com/3ee6b808a4326f2cd0140876cbd9c1e3c429761b
Cr-Commit-Position: refs/heads/master@{#37461}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|