Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
34
function
rec1(a) { rec1(a+1); }
35
function
rec2(a) { rec3(a+1); }
36
function
rec3(a) { rec2(a+1); }
37
38
// Test stack trace has correct function location at top of the stack.
Callers
2
rec3
Function · 0.85
stack-traces-overflow.js
File · 0.85
Calls
1
rec3
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…