v8/test/common/wasm
Clemens Backes bbcf8b6c3a [wasm] Fix BytecodeIterator
The {BytecodeIterator} that also read locals declarations had a weird
fallback path to allow decoding of locals to fail, and just assume no
locals, decoding all bytes as code.

This CL removes that, and modifies the test that needs this
functionality to prepend a zero byte for encoding "0 locals".

R=jkummerow@chromium.org

Change-Id: I609e2bf6986eeb6380d65b03bf8512f0b09af764
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4003078
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84088}
2022-11-07 12:10:33 +00:00
..
flag-utils.h [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
test-signatures.h [wasm-gc] Split any and extern type 2022-07-28 13:09:55 +00:00
wasm-interpreter.cc [wasm] Fix BytecodeIterator 2022-11-07 12:10:33 +00:00
wasm-interpreter.h [wasm] Fix BytecodeIterator 2022-11-07 12:10:33 +00:00
wasm-macro-gen.h [wasm-gc] Add new ref.cast taking any reference 2022-10-14 16:24:16 +00:00
wasm-module-runner.cc [wasm-gc][refactor] Rename optRef -> refNull 2022-07-01 12:33:23 +00:00
wasm-module-runner.h Reland "Remove some unused includes" 2022-07-05 16:44:13 +00:00