Searched refs:setAsyncCallStackDepth (Results 1 – 5 of 5) sorted by relevance
116 void setAsyncCallStackDepth(int);
121 void AsyncCallStackTracker::setAsyncCallStackDepth(int depth) in setAsyncCallStackDepth() function in blink::AsyncCallStackTracker
148 virtual void setAsyncCallStackDepth(ErrorString*, int depth) OVERRIDE FINAL;
235 …asyncCallStackTracker().setAsyncCallStackDepth(m_state->getLong(DebuggerAgentState::asyncCallStack… in restore()1186 void InspectorDebuggerAgent::setAsyncCallStackDepth(ErrorString*, int depth) in setAsyncCallStackDepth() function in blink::InspectorDebuggerAgent1189 asyncCallStackTracker().setAsyncCallStackDepth(depth); in setAsyncCallStackDepth()
187 this._agent.setAsyncCallStackDepth(enabled ? maxAsyncStackChainDepth : 0);