DescriptionForbid non-locals/keyed-property calls to allow interleaved compile.
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}
Committed: https://chromium.googlesource.com/v8/v8/+/be10e68f39b4697e56fcdfcd661dfdbcf19485b7
Patch Set 1 #Patch Set 2 : fix #
Messages
Total messages: 16 (11 generated)
|