• bradnelson's avatar
    Forbid non-locals/keyed-property calls to allow interleaved compile. · be10e68f
    bradnelson authored
    Deferred function call validation is required to support out of order
    asm.js function declaration. Unfortunately, since we've started interleaving
    validation and asm-wasm building, we don't check names are resolved until
    the end.
    Fortunately, undefined names can be detected from their CallType.
    Check this at asm-typer time.
    
    BUG=676797
    R=aseemgarg@chromium.org,titzer@chromium.org
    
    Review-Url: https://codereview.chromium.org/2615443003
    Cr-Commit-Position: refs/heads/master@{#42158}
    be10e68f
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...