Searched defs:callFrameId (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/inspector/ |
H A D | InjectedScript.cpp | 74 void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, RefPtr<InspectorObject>* result) argument 77 function.appendArgument(callFrameId);
|
H A D | InspectorDebuggerAgent.cpp | 354 void InspectorDebuggerAgent::evaluateOnCallFrame(ErrorString* errorString, const String& callFrameId, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, RefPtr<InspectorObject>* result) argument 356 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptForObjectId(callFrameId); 358 injectedScript.evaluateOnCallFrame(errorString, callFrameId, expression, objectGroup ? *objectGroup : "", includeCommandLineAPI ? *includeCommandLineAPI : false, result);
|
Completed in 1396 milliseconds