• 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
regress-948228.js 406 Bytes