MCPcopy Index your code
hub / github.com/nodejs/node / overflow

Function overflow

deps/v8/test/mjsunit/stack-traces-overflow.js:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28// Flags: --stack-size=100
29
30function overflow() {
31 var a, b, c, d, e; // Allocates some locals on the function's stack frame.
32 overflow();
33}
34function rec1(a) { rec1(a+1); }
35function rec2(a) { rec3(a+1); }
36function rec3(a) { rec2(a+1); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…