Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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.
39
try {
Callers
1
rec2
Function · 0.85
Calls
1
rec2
Function · 0.85
Tested by
no test coverage detected