v8/test/cctest/interpreter
rossberg 386c747b8a Upgrade Wasm JS API, step 1
Implements:
- WebAssembly object,
- WebAssembly.Module constructor,
- WebAssembly.Instance constructor,
- WebAssembly.compile async method,
- and Module and Instance instance objects.

Also, changes ErrorThrower to support capturing errors in a promise reject.

Since we cannot yet compile without fixing the Wasm memory, and cannot validate a module without compiling, the Module constructor and compile method don't do anything yet but checking that their argument is a suitable BufferSource. Instead of a compiled module, the hidden state of a Module object currently is just that buffer.

BUG=

Review-Url: https://codereview.chromium.org/2084573002
Cr-Commit-Position: refs/heads/master@{#37143}
2016-06-21 12:54:09 +00:00
..
bytecode_expectations Upgrade Wasm JS API, step 1 2016-06-21 12:54:09 +00:00
bytecode-expectations-printer.cc Revert of [Interpreter] Map runtime id's to intrinsic id's in InvokeIntrinsic bytecode. (patchset #3 id:40001 of https://codereview.chromium.org/2084623002/ ) 2016-06-21 11:53:00 +00:00
bytecode-expectations-printer.h [interpreter] Add checks for source position to test-bytecode-generator. 2016-05-11 12:22:17 +00:00
generate-bytecode-expectations.cc [icu] Support loading data file from default location 2016-06-08 12:11:34 +00:00
interpreter-tester.cc [Interpreter] Make ignition compiler eagerly. 2016-03-24 18:38:24 +00:00
interpreter-tester.h Move of the type feedback vector to the closure. 2016-05-27 08:10:51 +00:00
source-position-matcher.cc [interpreter] Compilation fix in bytecode source position tester. 2016-06-09 19:13:20 +00:00
source-position-matcher.h [interpreter] Ensure optimizations preserve source positions. 2016-06-09 12:04:38 +00:00
test-bytecode-generator.cc [Interpreter] Make lazy compilation the default. 2016-05-24 12:52:50 +00:00
test-interpreter-intrinsics.cc [Interpreter] Add intrinsics for Is<Type> calls. 2016-06-03 10:56:01 +00:00
test-interpreter.cc [Interpreter] Move jump processing to bytecode array writer. 2016-06-03 14:53:23 +00:00
test-source-positions.cc [interpreter] Filter expression positions at source. 2016-06-09 13:33:29 +00:00