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

Function jsFunc2

deps/v8/test/mjsunit/wasm/wasm-interpreter.js:1019–1023  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1017 return val * val;
1018 }
1019 function jsFunc2(val) {
1020 table.grow(61); // Resize table from 3 to 64 elements.
1021 table.set(63, instance.exports.func3);
1022 return instance.exports.foo(val);
1023 }
1024 function jsFunc3(val) {
1025 return val;
1026 }

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
fooMethod · 0.45

Tested by

no test coverage detected