• Marja Hölttä's avatar
    [web snapshots] Fix error reporting · f6c15e1f
    Marja Hölttä authored
    We have 4 different cases:
    1) Explicit web snapshots (--web-snapshot) & errors in the snapshot
    2) Explicit web snapshots & errors in the embedded script
    3) Auto-detected web snapshots (--experimental-web-snapshots) & errors
    in the snapshot
    4) Auto-detected web snapshots & errors in the embedded script
    
    Before this CL: cases 2 & 4 resulted in a DCHECK failing and the error
    in case 3 wasn't reported correctly.
    
    This CL implements consistent error reporting for all of them.
    
    Bug: v8:11525
    Change-Id: If2e5039d9769b9cad2175dfd5c4f91edf61111ae
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3277877Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
    Commit-Queue: Marja Hölttä <marja@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#77963}
    f6c15e1f
Name
Last commit
Last update
..
OWNERS Loading commit data...
async-hooks-wrapper.cc Loading commit data...
async-hooks-wrapper.h Loading commit data...
cov.cc Loading commit data...
cov.h Loading commit data...
d8-console.cc Loading commit data...
d8-console.h Loading commit data...
d8-js.cc Loading commit data...
d8-platforms.cc Loading commit data...
d8-platforms.h Loading commit data...
d8-posix.cc Loading commit data...
d8-test.cc Loading commit data...
d8-windows.cc Loading commit data...
d8.cc Loading commit data...
d8.h Loading commit data...