Searched refs:getFunctionDetails (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.h62 void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>* result);
H A DInjectedScript.cpp96 void InjectedScript::getFunctionDetails(ErrorString* errorString, const String& functionId, RefPtr<Inspector::TypeBuilder::Debugger::FunctionDetails>* result) function in class:Inspector::InjectedScript
98 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("getFunctionDetails"), inspectorEnvironment()->functionCallHandler());
H A DInjectedScriptSource.js281 getFunctionDetails: function(functionId) method in class:InjectedScript
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.h80 virtual void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<Inspector::TypeBuilder::Debugger::FunctionDetails>&) override;
H A DInspectorDebuggerAgent.cpp421 void InspectorDebuggerAgent::getFunctionDetails(ErrorString* errorString, const String& functionId, RefPtr<Inspector::TypeBuilder::Debugger::FunctionDetails>& details) function in class:Inspector::InspectorDebuggerAgent
429 injectedScript.getFunctionDetails(errorString, functionId, &details);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSourceCodeTextEditor.js1169 DebuggerAgent.getFunctionDetails(data.objectId, didGetDetails.bind(this));

Completed in 91 milliseconds