• Thibaud Michaud's avatar
    [wasm][liftoff][eh] Implement catch_all · 6e234e9d
    Thibaud Michaud authored
    Inline a catch handler after each potentially throwing call. The handler
    just merges values into the actual catch environment and then jumps to
    the catch body.
    
    This automatically adds support for unwind, which also uses the
    "CatchAll" interface method.
    
    Many tests can be written either with "catch" or with "catch_all".
    Duplicate them to get coverage for both.
    
    R=clemensb@chromium.org
    
    Bug: v8:11453
    Change-Id: I789ad44b8d1e496f026157d5c37a12004a8b37e3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2726497Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#73129}
    6e234e9d
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli 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...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...