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

Function rec2

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

Source from the content-addressed store, hash-verified

33}
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.

Callers 2

rec3Function · 0.85

Calls 1

rec3Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…