• zhengxing.li's avatar
    X87: [builtins] New frame type for exits to C++ builtins. · f50725d3
    zhengxing.li authored
      port 5febc27b (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=
    
    Review-Url: https://codereview.chromium.org/2120873002
    Cr-Commit-Position: refs/heads/master@{#37490}
    f50725d3
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-x87-inl.h Loading commit data...
assembler-x87.cc Loading commit data...
assembler-x87.h Loading commit data...
builtins-x87.cc Loading commit data...
code-stubs-x87.cc Loading commit data...
code-stubs-x87.h Loading commit data...
codegen-x87.cc Loading commit data...
codegen-x87.h Loading commit data...
cpu-x87.cc Loading commit data...
deoptimizer-x87.cc Loading commit data...
disasm-x87.cc Loading commit data...
frames-x87.cc Loading commit data...
frames-x87.h Loading commit data...
interface-descriptors-x87.cc Loading commit data...
macro-assembler-x87.cc Loading commit data...
macro-assembler-x87.h Loading commit data...
simulator-x87.cc Loading commit data...
simulator-x87.h Loading commit data...