v8/test/cctest/wasm
ddchen 0a9d4003c7 [wasm] Add support for multiple indirect function tables
This patch updates internal data structures used by V8 to support
multiple indirect function tables (WebAssembly/design#682). But, since
this feature is post-MVP, the functionality is not directly exposed and
parsing/generation of WebAssembly is left unchanged. Nevertheless, it
is being used in an experiment to implement fine-grained control flow
integrity based on C/C++ types.

BUG=

Review-Url: https://codereview.chromium.org/2174123002
Cr-Commit-Position: refs/heads/master@{#38110}
2016-07-28 04:57:18 +00:00
..
OWNERS Adding a few more owners to the wasm directory. 2016-06-29 17:38:30 +00:00
test-run-wasm-64.cc [wasm] Remove special memory type for (internal) globals and use local type instead. 2016-07-21 12:35:10 +00:00
test-run-wasm-asmjs.cc [wasm] Support for memory size relocation for asm-wasm. 2016-06-15 16:43:34 +00:00
test-run-wasm-interpreter.cc Replace SmartArrayPointer<T> with unique_ptr<T[]> 2016-07-25 10:27:47 +00:00
test-run-wasm-js.cc [formatting] Remove all double blank lines in WASM code. 2016-05-11 12:36:04 +00:00
test-run-wasm-module.cc [wasm] Remove special memory type for (internal) globals and use local type instead. 2016-07-21 12:35:10 +00:00
test-run-wasm-relocation.cc [wasm] Remove special memory type for (internal) globals and use local type instead. 2016-07-21 12:35:10 +00:00
test-run-wasm-simd.cc Convert SIMD wasm ops to runtime function calls 2016-07-16 03:50:54 +00:00
test-run-wasm.cc [wasm] Add support for multiple indirect function tables 2016-07-28 04:57:18 +00:00
test-signatures.h Convert SIMD wasm ops to runtime function calls 2016-07-16 03:50:54 +00:00
test-wasm-function-name-table.cc [wasm] Refactor encoder.h to use a proper buffer and remove OldFunctions section. 2016-05-25 16:13:50 +00:00
test-wasm-stack.cc Use JS_ERROR_TYPE to check for error objects. 2016-06-27 09:34:44 +00:00
test-wasm-trap-position.cc Use JS_ERROR_TYPE to check for error objects. 2016-06-27 09:34:44 +00:00
wasm-run-utils.h [wasm] Add support for multiple indirect function tables 2016-07-28 04:57:18 +00:00