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

Function generateOverflowWasmFromAsmJs

deps/v8/test/mjsunit/wasm/asm-wasm-stack.js:131–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129})();
130
131function generateOverflowWasmFromAsmJs() {
132 'use asm';
133 function f(a) {
134 a = a | 0;
135 return f(a) | 0;
136 }
137 return f;
138}
139
140(function StackOverflowPosition() {
141 var fun = generateOverflowWasmFromAsmJs();

Callers 1

asm-wasm-stack.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected