Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc168 m_maxAsyncCallStackDepth(0), in V8Debugger()
847 if (m_maxAsyncCallStackDepth == maxAsyncCallStackDepth) return; in setAsyncCallStackDepth()
849 m_maxAsyncCallStackDepth = maxAsyncCallStackDepth; in setAsyncCallStackDepth()
851 m_maxAsyncCallStackDepth); in setAsyncCallStackDepth()
867 if (!m_maxAsyncCallStackDepth) return V8StackTraceId(); in storeCurrentStackTrace()
897 if (!m_maxAsyncCallStackDepth || parent.IsInvalid()) return; in externalAsyncTaskStarted()
912 if (!m_maxAsyncCallStackDepth || m_currentExternalParent.empty()) return; in externalAsyncTaskFinished()
953 if (!m_maxAsyncCallStackDepth) return; in asyncTaskScheduledForStack()
968 if (!m_maxAsyncCallStackDepth) return; in asyncTaskCanceledForStack()
974 if (!m_maxAsyncCallStackDepth) return; in asyncTaskStartedForStack()
[all …]
Dv8-debugger.h87 int maxAsyncCallChainDepth() { return m_maxAsyncCallStackDepth; } in maxAsyncCallChainDepth()
212 int m_maxAsyncCallStackDepth; variable