Home | History | Annotate | Download | only in inspector

Lines Matching defs:callFrames

62         ScriptValue callFrames() const { return m_callFrames; }
119 void didInstallTimer(ExecutionContext*, int timerId, bool singleShot, const ScriptValue& callFrames);
123 void didRequestAnimationFrame(ExecutionContext*, int callbackId, const ScriptValue& callFrames);
127 void didEnqueueEvent(EventTarget*, Event*, const ScriptValue& callFrames);
131 void willLoadXHR(XMLHttpRequest*, const ScriptValue& callFrames);
134 void didEnqueueMutationRecord(ExecutionContext*, MutationObserver*, const ScriptValue& callFrames);
139 void didPostExecutionContextTask(ExecutionContext*, ExecutionContextTask*, const ScriptValue& callFrames);
143 void didEnqueueV8AsyncTask(ExecutionContext*, const String& eventName, int id, const ScriptValue& callFrames);
146 int traceAsyncOperationStarting(ExecutionContext*, const String& operationName, const ScriptValue& callFrames);
158 PassRefPtrWillBeRawPtr<AsyncCallChain> createAsyncCallChain(const String& description, const ScriptValue& callFrames);
162 bool validateCallFrames(const ScriptValue& callFrames);