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

Function builder

deps/v8/test/mjsunit/wasm/errors.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7d8.file.execute("test/mjsunit/wasm/wasm-module-builder.js");
8
9function builder() {
10 return new WasmModuleBuilder;
11}
12
13function assertCompileError(bytes, msg) {
14 assertThrows(

Callers 4

errors.jsFile · 0.70
runTestFunction · 0.70
runAssertionsOnSandboxFunction · 0.50
symbolToStringWorkerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected