MCPcopy 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
22function CheckValid(...recgroups) {
23 let builder = Build(...recgroups);
24 builder.instantiate();
25}
26
27function CheckInvalid(message, ...recgroups) {
28 let builder = Build(...recgroups);

Callers 1

Calls 2

BuildFunction · 0.85
instantiateMethod · 0.45

Tested by

no test coverage detected