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

Function func

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

Source from the content-addressed store, hash-verified

364 .addBody([kExprCallFunction, 0])
365 .exportFunc();
366 var func = () => Symbol();
367 var main = builder.instantiate({"": {func: func}}).exports.main;
368 main();
369})();

Callers 15

js-wasm-cycle.jsFile · 0.90
js-wasm-cycle.jsFile · 0.90
assertWasmFunction · 0.70
asm-wasm-u32.jsFile · 0.70
asm-wasm-i32.jsFile · 0.70
asm-wasm-f32.jsFile · 0.70
DoCallsFunction · 0.70
indirect-tables.jsFile · 0.70
VerifyBoundsCheck64Function · 0.70
VerifyBoundsCheckFunction · 0.70
Test32OpFunction · 0.70

Calls 1

SymbolFunction · 0.50

Tested by

no test coverage detected