Searched refs:ScriptObject (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/ForwardingHeaders/bindings/
H A DScriptObject.h3 #include <JavaScriptCore/ScriptObject.h>
/macosx-10.10/JavaScriptCore-7600.1.17/bindings/
H A DScriptObject.cpp33 #include "ScriptObject.h"
41 ScriptObject::ScriptObject(ExecState* scriptState, JSObject* object) function in class:Deprecated::ScriptObject
47 ScriptObject::ScriptObject(ExecState* scriptState, const ScriptValue& scriptValue) function in class:Deprecated::ScriptObject
H A DScriptObject.h40 class ScriptObject : public ScriptValue { class in namespace:Deprecated
42 JS_EXPORT_PRIVATE ScriptObject(JSC::ExecState*, JSC::JSObject*);
43 JS_EXPORT_PRIVATE ScriptObject(JSC::ExecState*, const ScriptValue&);
44 ScriptObject() : m_scriptState(nullptr) { } function in class:Deprecated::ScriptObject
H A DScriptFunctionCall.h36 #include "ScriptObject.h"
49 void appendArgument(const ScriptObject&);
75 ScriptFunctionCall(const ScriptObject& thisObject, const String& name, ScriptFunctionCallHandler handler = nullptr);
81 ScriptObject m_thisObject;
H A DScriptFunctionCall.cpp44 void ScriptCallArgumentHandler::appendArgument(const Deprecated::ScriptObject& argument)
110 ScriptFunctionCall::ScriptFunctionCall(const Deprecated::ScriptObject& thisObject, const String& name, ScriptFunctionCallHandler callHandler)
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptGlobalObject.h35 class ScriptObject;
48 static bool set(JSC::ExecState*, const char* name, const Deprecated::ScriptObject&);
53 static bool get(JSC::ExecState*, const char* name, Deprecated::ScriptObject&);
H A DScriptGlobalObject.cpp35 #include <bindings/ScriptObject.h>
56 bool ScriptGlobalObject::set(JSC::ExecState* scriptState, const char* name, const Deprecated::ScriptObject& value)
73 bool ScriptGlobalObject::get(JSC::ExecState* scriptState, const char* name, Deprecated::ScriptObject& value)
83 value = Deprecated::ScriptObject(scriptState, asObject(jsValue));
H A DJSHTMLCanvasElementCustom.cpp33 #include <bindings/ScriptObject.h>
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScriptBase.h39 #include "bindings/ScriptObject.h"
61 InjectedScriptBase(const String& name, Deprecated::ScriptObject, InspectorEnvironment*);
65 void initialize(Deprecated::ScriptObject, InspectorEnvironment*);
68 const Deprecated::ScriptObject& injectedScriptObject() const;
75 Deprecated::ScriptObject m_injectedScriptObject;
H A DInjectedScriptManager.cpp42 #include "ScriptObject.h"
126 Deprecated::ScriptObject InjectedScriptManager::createInjectedScript(const String& source, ExecState* scriptState, int id)
138 return Deprecated::ScriptObject();
143 return Deprecated::ScriptObject();
152 return Deprecated::ScriptObject(scriptState, result.getObject());
154 return Deprecated::ScriptObject();
170 Deprecated::ScriptObject injectedScriptObject = createInjectedScript(injectedScriptSource(), inspectedExecState, id);
H A DInjectedScriptManager.h43 class ScriptObject;
78 Deprecated::ScriptObject createInjectedScript(const String& source, JSC::ExecState*, int id);
H A DInjectedScriptBase.cpp51 InjectedScriptBase::InjectedScriptBase(const String& name, Deprecated::ScriptObject injectedScriptObject, InspectorEnvironment* environment)
62 void InjectedScriptBase::initialize(Deprecated::ScriptObject injectedScriptObject, InspectorEnvironment* environment)
73 const Deprecated::ScriptObject& InjectedScriptBase::injectedScriptObject() const
H A DInjectedScript.h45 class ScriptObject;
56 InjectedScript(Deprecated::ScriptObject, InspectorEnvironment*);
H A DInjectedScriptModule.cpp40 #include "ScriptObject.h"
85 Deprecated::ScriptObject moduleObject(injectedScript.scriptState(), resultValue);
H A DInjectedScript.cpp40 #include "ScriptObject.h"
52 InjectedScript::InjectedScript(Deprecated::ScriptObject injectedScriptObject, InspectorEnvironment* environment)
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendHost.cpp65 static PassRefPtr<FrontendMenuProvider> create(InspectorFrontendHost* frontendHost, Deprecated::ScriptObject frontendApiObject, const Vector<ContextMenuItem>& items)
72 m_frontendApiObject = Deprecated::ScriptObject();
77 FrontendMenuProvider(InspectorFrontendHost* frontendHost, Deprecated::ScriptObject frontendApiObject, const Vector<ContextMenuItem>& items)
119 Deprecated::ScriptObject m_frontendApiObject;
273 Deprecated::ScriptObject frontendApiObject;
H A DInspectorInstrumentation.h56 class ScriptObject;
278 static Deprecated::ScriptObject wrapCanvas2DRenderingContextForInstrumentation(Document*, const Deprecated::ScriptObject&);
280 static Deprecated::ScriptObject wrapWebGLRenderingContextForInstrumentation(Document*, const Deprecated::ScriptObject&);
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DMediaControlsHost.h32 #include <bindings/ScriptObject.h>
/macosx-10.10/WebCore-7600.1.25/Modules/plugins/
H A DQuickTimePluginReplacement.h31 #include <bindings/ScriptObject.h>
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp138 #include <bindings/ScriptObject.h>

Completed in 334 milliseconds