MCPcopy 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
85function 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

Calls 1

logMethod · 0.45

Tested by

no test coverage detected