Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-stack-trace-impl.cc127 int maxAsyncCallChainDepth = 1; in create() local
131 maxAsyncCallChainDepth = debugger->maxAsyncCallChainDepth(); in create()
140 maxAsyncCallChainDepth = 1; in create()
159 while (deepest && maxAsyncCallChainDepth) { in create()
161 maxAsyncCallChainDepth--; in create()
Dv8-debugger.h71 int maxAsyncCallChainDepth() { return m_maxAsyncCallStackDepth; } in maxAsyncCallChainDepth() function