Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc827 int maxAsyncCallStackDepth = 0; in setAsyncCallStackDepth() local
829 if (pair.second > maxAsyncCallStackDepth) in setAsyncCallStackDepth()
830 maxAsyncCallStackDepth = pair.second; in setAsyncCallStackDepth()
833 if (m_maxAsyncCallStackDepth == maxAsyncCallStackDepth) return; in setAsyncCallStackDepth()
835 m_maxAsyncCallStackDepth = maxAsyncCallStackDepth; in setAsyncCallStackDepth()
838 if (!maxAsyncCallStackDepth) allAsyncTasksCanceled(); in setAsyncCallStackDepth()
840 maxAsyncCallStackDepth ? this : nullptr); in setAsyncCallStackDepth()