Home | History | Annotate | Download | only in inspector

Lines Matching defs:callFrames

479 void InspectorDebuggerAgent::getBacktrace(ErrorString* errorString, RefPtr<Array<CallFrame> >& callFrames, RefPtr<StackTrace>& asyncStackTrace)
484 callFrames = currentCallFrames();
1051 asyncCallStacks[i] = (*it)->callFrames();
1262 ScriptValue callFrames = (*it)->callFrames();
1263 ScriptState* scriptState = callFrames.scriptState();
1270 .setCallFrames(injectedScript.wrapCallFrames(callFrames, asyncOrdinal))
1307 RefPtrWillBeRawPtr<JavaScriptCallFrame> callFrame = ScriptDebugServer::toJavaScriptCallFrameUnsafe((*it)->callFrames());
1390 ScriptDebugListener::SkipPauseRequest InspectorDebuggerAgent::didPause(ScriptState* scriptState, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints)
1393 if (callFrames.isEmpty())
1413 m_currentCallStack = callFrames;