v8/src/wasm
clemensh b7947f8cd7 [wasm] Add inspector test for stepping
This also fixes bugs found by the new test. It only tests stepping
inside of wasm code. Wasm to JS and vice versa will follow in another
CL.

R=yangguo@chromium.org, titzer@chromium.org, kozyatinskiy@chromium.org
BUG=v8:5822

Review-Url: https://codereview.chromium.org/2651043004
Cr-Commit-Position: refs/heads/master@{#42729}
2017-01-27 08:50:50 +00:00
..
decoder.h [wasm] Errors in names section do not fail the whole module. 2017-01-24 13:13:26 +00:00
function-body-decoder.cc [Turbofan] Add other integer SIMD types, add more integer ops. 2017-01-26 02:18:00 +00:00
function-body-decoder.h [wasm] Fix the --wasm_code_fuzzer_gen_test again. 2017-01-25 14:10:04 +00:00
leb-helper.h [wasm] Refactor encoder.h to use a proper buffer and remove OldFunctions section. 2016-05-25 16:13:50 +00:00
managed.h [wasm] Implement frame inspection for interpreted frames 2017-01-20 12:58:14 +00:00
module-decoder.cc [wasm] flag for asm-wasm investigations 2017-01-26 21:59:33 +00:00
module-decoder.h [wasm] Implement WebAssembly.Module.customSections. 2017-01-24 15:23:02 +00:00
OWNERS Make clemensh owner (wasm, asmjs and general) 2017-01-13 10:20:44 +00:00
signature-map.cc [wasm] Canonicalize function signature indices for matching in indirect calls. 2016-10-11 12:40:33 +00:00
signature-map.h [wasm] Indirect calls without function table cause validation errors. 2016-11-09 08:37:44 +00:00
wasm-debug.cc [wasm] Add inspector test for stepping 2017-01-27 08:50:50 +00:00
wasm-external-refs.cc [wasm] Introduce the TrapIf and TrapUnless operators to generate trap code. 2016-12-15 13:31:29 +00:00
wasm-external-refs.h [wasm] Introduce the TrapIf and TrapUnless operators to generate trap code. 2016-12-15 13:31:29 +00:00
wasm-interpreter.cc [wasm] Add inspector test for stepping 2017-01-27 08:50:50 +00:00
wasm-interpreter.h [wasm] Implement stepping in wasm code 2017-01-24 10:13:33 +00:00
wasm-js.cc [wasm] Use ErrorThrower more uniformly in wasm-js.cc 2017-01-25 10:40:11 +00:00
wasm-js.h Implement Instance instances correctly; fix a few error cases 2017-01-12 20:32:27 +00:00
wasm-limits.h [wasm] Change the constant kV8MaxWasmTableSize to a command line flag. 2017-01-24 10:12:22 +00:00
wasm-macro-gen.h [Turbofan] Add other integer SIMD types, add more integer ops. 2017-01-26 02:18:00 +00:00
wasm-module-builder.cc [wasm] Remove non-standard kExprI8Const bytecode 2017-01-09 13:57:26 +00:00
wasm-module-builder.h [asm.js] [wasm] Store function start position for stack check 2017-01-09 09:43:04 +00:00
wasm-module.cc [wasm] Memory buffer should be detached after Memory.Grow 2017-01-26 22:15:59 +00:00
wasm-module.h [wasm] Implement WebAssembly.Module.customSections. 2017-01-24 15:23:02 +00:00
wasm-objects.cc [wasm] Do not patch memory references in imported functions. 2017-01-24 09:43:57 +00:00
wasm-objects.h [wasm] Implement stepping in wasm code 2017-01-24 10:13:33 +00:00
wasm-opcodes.cc [wasm] Use the official opcode names everywhere. 2017-01-20 13:28:29 +00:00
wasm-opcodes.h [wasm] Use the official opcode names everywhere. 2017-01-20 13:28:29 +00:00
wasm-result.cc [wasm] W.validate should not throw on failure 2017-01-20 13:27:04 +00:00
wasm-result.h [wasm] W.validate should not throw on failure 2017-01-20 13:27:04 +00:00
wasm-text.cc [wasm] No need to use multiple inheritance for ModuleBytesEnv 2017-01-24 07:11:01 +00:00
wasm-text.h [inspector] Split off interface-types.h 2016-12-05 13:32:24 +00:00