Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc171 m_maxAsyncCallStackDepth(0), in V8Debugger()
630 if (!m_maxAsyncCallStackDepth) return; in PromiseEventOccurred()
825 if (m_maxAsyncCallStackDepth == maxAsyncCallStackDepth) return; in setAsyncCallStackDepth()
826 m_maxAsyncCallStackDepth = maxAsyncCallStackDepth; in setAsyncCallStackDepth()
843 if (!m_maxAsyncCallStackDepth) return; in asyncTaskCreated()
860 if (!m_maxAsyncCallStackDepth) return; in asyncTaskScheduled()
866 if (!m_maxAsyncCallStackDepth) return; in asyncTaskScheduled()
883 if (!m_maxAsyncCallStackDepth) return; in asyncTaskCanceled()
895 if (!m_maxAsyncCallStackDepth) return; in asyncTaskStarted()
918 if (!m_maxAsyncCallStackDepth) return; in asyncTaskFinished()
Dv8-debugger.h71 int maxAsyncCallChainDepth() { return m_maxAsyncCallStackDepth; } in maxAsyncCallChainDepth()
169 int m_maxAsyncCallStackDepth; variable