Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc887 int maxAsyncCallStackDepth = 0; in setAsyncCallStackDepth() local
889 if (pair.second > maxAsyncCallStackDepth) in setAsyncCallStackDepth()
890 maxAsyncCallStackDepth = pair.second; in setAsyncCallStackDepth()
893 if (m_maxAsyncCallStackDepth == maxAsyncCallStackDepth) return; in setAsyncCallStackDepth()
894 m_maxAsyncCallStackDepth = maxAsyncCallStackDepth; in setAsyncCallStackDepth()
895 if (!maxAsyncCallStackDepth) allAsyncTasksCanceled(); in setAsyncCallStackDepth()