Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ dumpCaptured
Function
dumpCaptured
deps/v8/test/inspector/debugger/set-async-call-stack-depth.js:85–92 ·
view source on GitHub ↗
(stack)
Source
from the content-addressed store, hash-verified
83
}
84
85
function
dumpCaptured(stack) {
86
let
count = 0;
87
while
(stack) {
88
++count;
89
stack = stack.parent;
90
}
91
InspectorTest.log(
'reported: '
+ count +
'\n'
);
92
}
Callers
1
set-async-call-stack-depth.js
File · 0.85
Calls
1
log
Method · 0.45
Tested by
no test coverage detected