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

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.h72 void releaseObject(const String& objectId);
H A DInjectedScript.cpp221 void InjectedScript::releaseObject(const String& objectId) function in class:Inspector::InjectedScript
223 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("releaseObject"), inspectorEnvironment()->functionCallHandler());
H A DInjectedScriptSource.js305 releaseObject: function(objectId)
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorRuntimeAgent.h65 virtual void releaseObject(ErrorString*, const ErrorString& objectId) override final;
H A DInspectorRuntimeAgent.cpp178 void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId) function in class:Inspector::InspectorRuntimeAgent
182 injectedScript.releaseObject(objectId);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DRemoteObject.js182 RuntimeAgent.releaseObject(result._objectId);
225 RuntimeAgent.releaseObject(this._objectId);

Completed in 121 milliseconds