Searched refs:asyncCallStackDepth (Results 1 – 1 of 1) sorted by relevance
43 static const char asyncCallStackDepth[] = "asyncCallStackDepth"; variable175 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, 0); in disable()215 int asyncCallStackDepth = 0; in restore() local216 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()