MCPcopy Create free account
hub / github.com/nodejs/node / assertValidAsm

Function assertValidAsm

deps/v8/test/mjsunit/wasm/asm-wasm-switch.js:7–9  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

5// Flags: --validate-asm --allow-natives-syntax
6
7function assertValidAsm(func) {
8 assertTrue(%IsAsmWasmCode(func));
9}
10
11(function TestSwitch0() {
12 function asmModule() {

Callers 2

asm-wasm-switch.jsFile · 0.70
LargeSwitchGeneratorFunction · 0.70

Calls 1

assertTrueFunction · 0.50

Tested by

no test coverage detected