Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-debugger-agent-impl.cc48 static const char asyncCallStackDepth[] = "asyncCallStackDepth"; variable
427 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, 0); in disable()
472 int asyncCallStackDepth = 0; in restore() local
473 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()