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-imports.js:9–11 ·
view source on GitHub ↗
(func)
Source
from the content-addressed store, hash-verified
7
var
stdlib = this;
8
9
function
assertValidAsm(func) {
10
assertTrue(%IsAsmWasmCode(func),
"must be valid asm code"
);
11
}
12
13
function
assertWasm(expected, func, ffi) {
14
print(
"Testing "
+ func.name +
"..."
);
Callers
4
assertWasm
Function · 0.70
TestForeignFunctions
Function · 0.70
TestForeignFunctionMultipleUse
Function · 0.70
TestCase
Function · 0.70
Calls
1
assertTrue
Function · 0.50
Tested by
no test coverage detected