Searched refs:asyncCallStackDepth (Results 1 – 1 of 1) sorted by relevance
40 static const char asyncCallStackDepth[] = "asyncCallStackDepth"; variable363 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, 0); in disable()405 int asyncCallStackDepth = 0; in restore() local406 m_state->getInteger(DebuggerAgentState::asyncCallStackDepth, in restore()407 &asyncCallStackDepth); in restore()408 m_debugger->setAsyncCallStackDepth(this, asyncCallStackDepth); in restore()1162 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, depth); in setAsyncCallStackDepth()