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

Function rec3

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

Source from the content-addressed store, hash-verified

34function rec1(a) { rec1(a+1); }
35function rec2(a) { rec3(a+1); }
36function rec3(a) { rec2(a+1); }
37
38// Test stack trace has correct function location at top of the stack.
39try {

Callers 1

rec2Function · 0.85

Calls 1

rec2Function · 0.85

Tested by

no test coverage detected