• Karl Schimpf's avatar
    Add capability of throwing values in WASM · 49106e48
    Karl Schimpf authored
    This is a second attempt at landing CL 644866 which was reverted by
    CL 667019.
    
    Extends the current implementation of WASM exceptions to be able to
    throw exceptions with values (not just tags).
    
    A JS typed (uint_16) array is used to hold the thrown values. This
    allows all WASM types to be stored (i32, i64, f32, and f64) as well as
    be inspected in JS.
    
    The previous CL was reverted because the WASM compiler made calls to
    run time functions with tagged objects, which must not be done. To fix
    this, all run time calls use the thread-level isolate to hold the
    exception being processed.
    
    Bug: v8:6577
    Change-Id: I4b1ef7e2847b71a2fab8e9934a0531057db9de63
    Reviewed-on: https://chromium-review.googlesource.com/677056
    Commit-Queue: Karl Schimpf <kschimpf@chromium.org>
    Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarEric Holk <eholk@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#48148}
    49106e48
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...