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

Function caller

deps/v8/test/mjsunit/wasm/generic-wrapper.js:780–787  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

778
779 let main = builder.instantiate({q: {func: deopt}}).exports.main;
780 function caller() {
781 main(1, 2, 3, 4, 5);
782 main(1, 2, 3, 4);
783 main(1, 2, 3);
784 main(1, 2);
785 main(1);
786 main();
787 }
788 caller();
789})();
790

Callers 1

generic-wrapper.jsFile · 0.70

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected