• Michael Starzinger's avatar
    [wasm] Add support for multiple catch blocks. · 2e007737
    Michael Starzinger authored
    This adds support for multiple catch blocks being attached to a single
    try block. The implemented semantics are that type checks are performed
    in order from top to bottom.
    
    Note that multiple catch blocks of the same type are not prohibited and
    will be accepted, making the second such block essentially unreachable.
    The current proposal neither explicitly allows nor prohibits it.
    
    R=clemensh@chromium.org
    TEST=mjsunit/wasm/exceptions
    BUG=v8:8091
    
    Change-Id: I31e7a07a7cffdd909a58342e00f05e52ed1a3182
    Reviewed-on: https://chromium-review.googlesource.com/c/1270591Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56478}
    2e007737
Name
Last commit
Last update
..
OWNERS Loading commit data...
control-transfer-unittest.cc Loading commit data...
decoder-unittest.cc Loading commit data...
function-body-decoder-unittest.cc Loading commit data...
leb-helper-unittest.cc Loading commit data...
loop-assignment-analysis-unittest.cc Loading commit data...
module-decoder-unittest.cc Loading commit data...
streaming-decoder-unittest.cc Loading commit data...
trap-handler-unittest.cc Loading commit data...
wasm-code-manager-unittest.cc Loading commit data...
wasm-macro-gen-unittest.cc Loading commit data...
wasm-module-builder-unittest.cc Loading commit data...
wasm-opcodes-unittest.cc Loading commit data...