Searched refs:setAsyncCallStackDepth (Results 1 – 4 of 4) sorted by relevance
73 void setAsyncCallStackDepth(V8DebuggerAgentImpl*, int);
103 Response setAsyncCallStackDepth(int depth) override;
186 m_debugger->setAsyncCallStackDepth(this, 0); in disable()218 m_debugger->setAsyncCallStackDepth(this, asyncCallStackDepth); in restore()759 Response V8DebuggerAgentImpl::setAsyncCallStackDepth(int depth) { in setAsyncCallStackDepth() function in v8_inspector::V8DebuggerAgentImpl762 m_debugger->setAsyncCallStackDepth(this, depth); in setAsyncCallStackDepth()
813 void V8Debugger::setAsyncCallStackDepth(V8DebuggerAgentImpl* agent, int depth) { in setAsyncCallStackDepth() function in v8_inspector::V8Debugger