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

/external/v8/src/inspector/
H A Dv8-debugger.h73 void setAsyncCallStackDepth(V8DebuggerAgentImpl*, int);
H A Dv8-debugger-agent-impl.h103 Response setAsyncCallStackDepth(int depth) override;
H A Dv8-debugger-agent-impl.cc186 m_debugger->setAsyncCallStackDepth(this, 0);
218 m_debugger->setAsyncCallStackDepth(this, asyncCallStackDepth);
759 Response V8DebuggerAgentImpl::setAsyncCallStackDepth(int depth) { function in class:v8_inspector::V8DebuggerAgentImpl
762 m_debugger->setAsyncCallStackDepth(this, depth);
H A Dv8-debugger.cc813 void V8Debugger::setAsyncCallStackDepth(V8DebuggerAgentImpl* agent, int depth) { function in class:v8_inspector::V8Debugger

Completed in 127 milliseconds