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

Function rec1

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

Source from the content-addressed store, hash-verified

32 overflow();
33}
34function rec1(a) { rec1(a+1); }
35function rec2(a) { rec3(a+1); }
36function rec3(a) { rec2(a+1); }
37

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected