• bradnelson's avatar
    [wasm][asm.js] Don't squish error location because module end not reached. · 7d86a478
    bradnelson authored
    We recently started emitting an error because a module's validation
    doesn't reach the end (due to lack of exports).
    This contained a mistake that prevents many most other types
    of errors from actually getting out.
    
    Ensuring export errors (or not reaching then end) doesn't clobber
    other errors.
    
    TODO(bradnelson): Figure out a way to structure tests so this gets
    caught.
    
    BUG=v8:4203
    R=gdeepti@chromium.org
    
    Review-Url: https://codereview.chromium.org/2632593002
    Cr-Commit-Position: refs/heads/master@{#42301}
    7d86a478
Name
Last commit
Last update
..
OWNERS Loading commit data...
asm-js.cc Loading commit data...
asm-js.h Loading commit data...
asm-typer.cc Loading commit data...
asm-typer.h Loading commit data...
asm-types.cc Loading commit data...
asm-types.h Loading commit data...
asm-wasm-builder.cc Loading commit data...
asm-wasm-builder.h Loading commit data...
switch-logic.cc Loading commit data...
switch-logic.h Loading commit data...