Home
last modified time | relevance | path

Searched refs:maxAsyncCallChainDepth (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-debugger.h91 int maxAsyncCallChainDepth() { return m_maxAsyncCallStackDepth; } in maxAsyncCallChainDepth() function
Dv8-stack-trace-impl.cc61 if (maxAsyncDepth) *maxAsyncDepth = debugger->maxAsyncCallChainDepth(); in calculateAsyncChain()
Dv8-debugger-agent-impl.cc871 m_debugger, m_debugger->maxAsyncCallChainDepth()); in getStackTrace()
1525 m_debugger, m_debugger->maxAsyncCallChainDepth() - 1); in currentAsyncStackTrace()