v8/test/mjsunit/wasm
bradnelson 821c603e0c Adding support for asm.js foreign globals.
Since wasm has no direct notion of foreign globals,
pass the ffi object on to the AsmWasmBuilder
so that foreign globals can be extracted at module
instantiation time.

BUG= https://code.google.com/p/v8/issues/detail?id=4203
TEST=mjsunit/asm-wasm
R=titzer@chromium.org,aseemgarg@chromium.org
LOG=N

Review URL: https://codereview.chromium.org/1677373002

Cr-Commit-Position: refs/heads/master@{#33956}
2016-02-12 17:31:48 +00:00
..
asm-wasm.js Adding support for asm.js foreign globals. 2016-02-12 17:31:48 +00:00
calls.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
divrem-trap.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
ffi-error.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
ffi.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
indirect-calls.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
instantiate-module-basic.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
instantiate-run-basic.js Drop the compileRun + asmCompileRun methods from wasm. 2016-02-03 10:16:22 +00:00
module-memory.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
params.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
stack.js WebAssembly: add stack trace test 2016-02-04 16:25:22 +00:00
stackwalk.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
unreachable.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
verify-function-basic-errors.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
verify-function-simple.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
verify-module-basic-errors.js [wasm] Rename the WASM object to _WASMEXP_. 2016-01-12 20:16:46 +00:00
wasm-constants.js Add --enable-wasm to wasm tests. 2015-12-17 10:54:55 +00:00
wasm-object-api.js Drop the compileRun + asmCompileRun methods from wasm. 2016-02-03 10:16:22 +00:00