• Matheus Marchini's avatar
    [error] extend error stack w/ function parameters · 97628eee
    Matheus Marchini authored
    Extend FrameArray to hold weak references to parameters for functions in
    the call stack. The goal here is to provide more metadata for postmortem
    tools (such as llnode), especially in cases of rethrowing (this will be
    particularly useful when using postmortem with promises on Node.js).
    
    Besides postmortem, these changes allow us to print a more detailed
    stack trace for errors with parameters types (or even values), which can
    be useful since JavaScript functions can receive any number of
    parameters of any type, and having a function behave differently
    according to the number of parameters received as well as their types is
    a common pattern on JS libraries and frameworks.
    
    R=bmeurer@google.com, yangguo@google.com
    
    Change-Id: Idf0984d0dbac16041f11d738d4b1c095a8eecd61
    Reviewed-on: https://chromium-review.googlesource.com/c/1289489
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58468}
    97628eee
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...