v8/test
Matthias Liedtke f06b360249 [wasm-gc] Add new br_on_cast variant taking a heap type immediate
Adds new `br_on_cast <branch depth> <heap type>` instruction
with opcode 0xfb42.
The instruction does not branch on null.
The heap type may be any concreate heap type index or an abstract
type like `(ref null eq)`.

Bug: v8:7748
Change-Id: Id1d238645c176b32b568249d67fa28517b435ad4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4069559
Auto-Submit: Matthias Liedtke <mliedtke@chromium.org>
Reviewed-by: Manos Koukoutos <manoskouk@chromium.org>
Commit-Queue: Matthias Liedtke <mliedtke@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84598}
2022-12-01 14:38:50 +00:00
..
benchmarks Re-enable octane/typescript for deopt_fuzzer 2022-09-09 08:34:45 +00:00
bigint
cctest [wasm-gc] Add new br_on_cast variant taking a heap type immediate 2022-12-01 14:38:50 +00:00
common [wasm-gc] Add new br_on_cast variant taking a heap type immediate 2022-12-01 14:38:50 +00:00
debugger [debug] Re-use block lists across multiple local debug-evaluates 2022-10-13 07:44:59 +00:00
debugging
fuzzer [wasm] Re-enable tail-call fuzzing 2022-11-21 14:34:07 +00:00
fuzzilli
inspector [inspector] Pass the Context into terminateExecution 2022-12-01 05:40:05 +00:00
intl [intl] Migrate to ICU 72 2022-11-21 07:04:20 +00:00
js-perf-test [js-perf-test] Reduce input sizes for small BigInts 2022-10-06 14:23:53 +00:00
memory
message Resolved an issue where an earlier error was not reported first in certain cases 2022-11-11 13:43:32 +00:00
mjsunit [wasm-gc] Add new br_on_cast variant taking a heap type immediate 2022-12-01 14:38:50 +00:00
mkgrokdump [heap] Rename safepoint scopes 2022-10-25 16:32:55 +00:00
mozilla [mips32] Delete mips32 from v8 2022-09-13 07:54:54 +00:00
test262 [regexp] Support properties of strings in unicode sets mode 2022-11-25 10:29:16 +00:00
torque
unittests [wasm-gc] Add new br_on_cast variant taking a heap type immediate 2022-12-01 14:38:50 +00:00
wasm-api-tests [wasm] Clean up decoder constructor(s) 2022-11-21 10:42:57 +00:00
wasm-js [wasm] Update spec tests 2022-11-22 12:00:15 +00:00
wasm-spec-tests [wasm] Update spec tests 2022-11-22 12:00:15 +00:00
webkit [mips32] Delete mips32 from v8 2022-09-13 07:54:54 +00:00
BUILD.gn
OWNERS