• Clemens Hammacher's avatar
    [wasm] Remove wrong DCHECK · fe00be43
    Clemens Hammacher authored
    During instantiation, exceptions can be thrown when looking up the
    imports, e.g. because of proxies. If the exception is thrown
    internally, before actually calling out to JS code, it won't be
    externally caught.
    This CL removes the DCHECK that errornously checked that a pending
    exception was externally caught.
    
    R=mstarzinger@chromium.org
    
    Bug: chromium:948228
    Change-Id: Idbdb340167c1943f78397cc9b310ef5743755726
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1547855Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#60593}
    fe00be43
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...
OWNERS Loading commit data...