Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h73 void setAsyncCallStackDepth(V8DebuggerAgentImpl*, int);
Dv8-debugger-agent-impl.h103 Response setAsyncCallStackDepth(int depth) override;
Dv8-debugger-agent-impl.cc186 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::V8DebuggerAgentImpl
762 m_debugger->setAsyncCallStackDepth(this, depth); in setAsyncCallStackDepth()
Dv8-debugger.cc813 void V8Debugger::setAsyncCallStackDepth(V8DebuggerAgentImpl* agent, int depth) { in setAsyncCallStackDepth() function in v8_inspector::V8Debugger