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

Function f

deps/v8/test/mjsunit/wasm/table.js:160–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 builder.addExport("host", builder.addImport("test", "f", kSig_v_v));
159 builder.addExport("wasm", builder.addFunction("", kSig_v_v).addBody([]));
160 let {wasm, host} = builder.instantiate({test: {f() {}}}).exports;
161
162 let table = new WebAssembly.Table({element: "anyfunc", initial: 10});
163

Callers 14

runFunction · 0.70
bigint.jsFile · 0.70
__wrapTCFunction · 0.70
probeFunction · 0.70
runFunction · 0.70
probeFunction · 0.70
tFunction · 0.70
probeFunction · 0.70
testFunction · 0.70
checkTableFuncFunction · 0.70
probeFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56