v8/test/unittests/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
..
asm-types-unittest.cc [wasm] Drop unused variables in asm-types-unittest. 2016-07-13 23:53:39 +00:00
ast-decoder-unittest.cc [wasm] Remove special memory type for (internal) globals and use local type instead. 2016-07-21 12:35:10 +00:00
control-transfer-unittest.cc [wasm] Implement an interpreter for WASM. 2016-05-25 08:33:10 +00:00
decoder-unittest.cc [wasm] improve handling of malformed inputs 2016-06-27 20:37:28 +00:00
encoder-unittest.cc [wasm] Remove renumbering of local variables from asm->wasm. 2016-05-17 17:57:34 +00:00
leb-helper-unittest.cc [wasm] improve handling of malformed inputs 2016-06-27 20:37:28 +00:00
loop-assignment-analysis-unittest.cc [wasm] Remove the explicit count from WASM_BLOCK and WASM_LOOP macros. 2016-07-21 11:06:19 +00:00
module-decoder-unittest.cc [wasm] Add support for multiple indirect function tables 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
switch-logic-unittest.cc [wasm] optimized switch implementation in asm.js to wasm builder 2016-04-13 21:56:42 +00:00
wasm-macro-gen-unittest.cc [wasm] Remove the explicit count from WASM_BLOCK and WASM_LOOP macros. 2016-07-21 11:06:19 +00:00