• 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
code-stubs-x87.cc 186 KB