Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
function
assertValidAsm(func) {
8
assertTrue(%IsAsmWasmCode(func));
9
}
10
11
(
function
TestSwitch0() {
12
function
asmModule() {
Callers
2
asm-wasm-switch.js
File · 0.70
LargeSwitchGenerator
Function · 0.70
Calls
1
assertTrue
Function · 0.50
Tested by
no test coverage detected