Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc43 static const char asyncCallStackDepth[] = "asyncCallStackDepth"; variable
175 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, 0); in disable()
215 int asyncCallStackDepth = 0; in restore() local
216 m_state->getInteger(DebuggerAgentState::asyncCallStackDepth, in restore()
217 &asyncCallStackDepth); in restore()
218 m_debugger->setAsyncCallStackDepth(this, asyncCallStackDepth); in restore()
761 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, depth); in setAsyncCallStackDepth()