v8/test/unittests/wasm
titzer 835c5e6beb [wasm] Rework encoding of local declarations.
Local declarations were previously encoded as an optional set of
4 uint16 values as part of the function declaration. This CL
implements the current design of moving these declarations to
a list of pairs of (type, count) that is part of the body.

R=bradnelson@chromium.org,binji@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1763433002

Cr-Commit-Position: refs/heads/master@{#34564}
2016-03-07 21:05:15 +00:00
..
ast-decoder-unittest.cc [wasm] Rework encoding of local declarations. 2016-03-07 21:05:15 +00:00
decoder-unittest.cc [wasm] Update {i32,i64}.const to use signed leb128 2016-03-04 19:06:34 +00:00
encoder-unittest.cc [wasm] Rework encoding of local declarations. 2016-03-07 21:05:15 +00:00
loop-assignment-analysis-unittest.cc [wasm] Rework encoding of local declarations. 2016-03-07 21:05:15 +00:00
module-decoder-unittest.cc [wasm] Rework encoding of local declarations. 2016-03-07 21:05:15 +00:00
OWNERS
wasm-macro-gen-unittest.cc [wasm] Remove TableSwitch and replace with br_table. 2016-03-04 23:49:09 +00:00