Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h87 int maxAsyncCallChainDepth() { return m_maxAsyncCallStackDepth; } in maxAsyncCallChainDepth() function
Dv8-stack-trace-impl.cc43 if (maxAsyncDepth) *maxAsyncDepth = debugger->maxAsyncCallChainDepth(); in calculateAsyncChain()
Dv8-debugger-agent-impl.cc736 m_debugger, m_debugger->maxAsyncCallChainDepth()); in getStackTrace()
1343 m_debugger, m_debugger->maxAsyncCallChainDepth() - 1); in currentAsyncStackTrace()