Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ CheckValid
Function
CheckValid
deps/v8/test/mjsunit/wasm/custom-descriptors-validity.js:22–25 ·
view source on GitHub ↗
(...recgroups)
Source
from the content-addressed store, hash-verified
20
}
21
22
function
CheckValid(...recgroups) {
23
let
builder = Build(...recgroups);
24
builder.instantiate();
25
}
26
27
function
CheckInvalid(message, ...recgroups) {
28
let
builder = Build(...recgroups);
Callers
1
custom-descriptors-validity.js
File · 0.85
Calls
2
Build
Function · 0.85
instantiate
Method · 0.45
Tested by
no test coverage detected