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

Function Build

deps/v8/test/mjsunit/wasm/custom-descriptors-validity.js:12–20  ·  view source on GitHub ↗
(...recgroups)

Source from the content-addressed store, hash-verified

10d8.file.execute("test/mjsunit/wasm/wasm-module-builder.js");
11
12function Build(...recgroups) {
13 let builder = new WasmModuleBuilder();
14 for (let r of recgroups) {
15 builder.startRecGroup();
16 r(builder);
17 builder.endRecGroup();
18 }
19 return builder;
20}
21
22function CheckValid(...recgroups) {
23 let builder = Build(...recgroups);

Callers 2

CheckValidFunction · 0.85
CheckInvalidFunction · 0.85

Calls 3

startRecGroupMethod · 0.95
endRecGroupMethod · 0.95
rFunction · 0.50

Tested by

no test coverage detected