v8/test/unittests/wasm
jpp ee8ae932b8 [V8][Wasm] Removes references to finally in wasm.
The initial support for low level exception handling in Wasm will not
support finally blocks. This decision is taken for both simplicity (
handling finallys is not straightforward if we want try blocks to yield
values), and lack of good use case (clang++ does not need them.) They
may be added in the future once we understand the implications of
having them.

BUG=

Review-Url: https://codereview.chromium.org/2336303002
Cr-Commit-Position: refs/heads/master@{#39393}
2016-09-13 20:47:35 +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 [V8][Wasm] Removes references to finally in wasm. 2016-09-13 20:47:35 +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] Validate the index of set local in AnalyzeLoopAssignment 2016-09-01 14:05:50 +00:00
module-decoder-unittest.cc [wasm] Validate the length of strings before validating the string. 2016-09-06 09:50:38 +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] Make LoadGlobal/StoreGlobal opcodes match what is coming in binary 0xC. 2016-08-02 22:40:50 +00:00