v8/test/common/wasm
Andreas Haas 09323a6a17 [wasm] Use activations of the interpreter in the fuzzers
Typically the interpreter returns 0xdeadbeef to indicate an exception.
However, for stack overflows a normal exception is used. The interpreter
requires an activation, however, to deal with normal exceptions. With
this CL we start an activation before we execute the fuzzer input in the
interpreter.

R=clemensh@chromium.org

Bug: chromium:781103
Change-Id: I4fc3a18bfc2076aab9ff7d2324a3311fe222954a
Reviewed-on: https://chromium-review.googlesource.com/776835
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49545}
2017-11-21 14:49:55 +00:00
..
flag-utils.h Add capability of throwing values in WASM 2017-09-25 16:58:19 +00:00
test-signatures.h [wasm] [multival] Reland: Allow function types as block types 2017-10-11 14:59:49 +00:00
wasm-macro-gen.h [wasm] Support block parameters 2017-10-24 11:44:26 +00:00
wasm-module-runner.cc [wasm] Use activations of the interpreter in the fuzzers 2017-11-21 14:49:55 +00:00
wasm-module-runner.h [wasm] Use Handle<WasmInstanceObject> in wasm-module-runner.* 2017-10-11 13:33:59 +00:00