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

Function caller

deps/v8/test/mjsunit/wasm/jspi-export.js:860–867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858 let instance = builder.instantiate({q: {func: deopt}});
859 let main = WebAssembly.promising(instance.exports.main);
860 function caller() {
861 main(1, 2, 3, 4, 5);
862 main(1, 2, 3, 4);
863 main(1, 2, 3);
864 main(1, 2);
865 main(1);
866 main();
867 }
868 caller();
869})();
870

Callers 1

jspi-export.jsFile · 0.70

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected