v8/test/common/wasm
Clemens Hammacher 7921b73afb [wasm] Use getter for WasmResult::value
Previously, this was just a field on the WasmResult, which is not
allowed according to the style guide.
A special r-value accessor for the value is needed for the cases where
the contained type is not copyable, e.g. unique_ptr.

R=titzer@chromium.org

Bug: v8:8238
Change-Id: Ia3c14c4c62c3c2e07f1dc4594f1bc9d1da88f91e
Reviewed-on: https://chromium-review.googlesource.com/c/1290974
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: Ben Titzer <titzer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56823}
2018-10-19 14:32:02 +00:00
..
flag-utils.h Add capability of throwing values in WASM 2017-09-25 16:58:19 +00:00
test-signatures.h [wasm] Move definition of FunctionSig to a common place 2018-10-12 09:56:58 +00:00
wasm-macro-gen.h [wasm][test] Compute more lengths automatically 2018-10-17 10:31:40 +00:00
wasm-module-runner.cc [wasm] Use getter for WasmResult::value 2018-10-19 14:32:02 +00:00
wasm-module-runner.h [wasm] Store WasmModule in shared_ptr during async compilation 2018-06-18 15:10:03 +00:00