Searched refs:asyncCallStackDepth (Results 1 – 1 of 1) sorted by relevance
48 static const char asyncCallStackDepth[] = "asyncCallStackDepth"; variable427 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, 0); in disable()472 int asyncCallStackDepth = 0; in restore() local473 m_state->getInteger(DebuggerAgentState::asyncCallStackDepth, in restore()474 &asyncCallStackDepth); in restore()475 m_debugger->setAsyncCallStackDepth(this, asyncCallStackDepth); in restore()1358 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, depth); in setAsyncCallStackDepth()