Searched refs:ScriptGlobalObject (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptGlobalObject.h46 class ScriptGlobalObject { class in namespace:WebCore
56 ScriptGlobalObject() { } function in class:WebCore::ScriptGlobalObject
H A DScriptGlobalObject.cpp32 #include "ScriptGlobalObject.h"
56 bool ScriptGlobalObject::set(JSC::ExecState* scriptState, const char* name, const Deprecated::ScriptObject& value)
64 bool ScriptGlobalObject::set(JSC::ExecState* scriptState, const char* name, InspectorFrontendHost* value)
73 bool ScriptGlobalObject::get(JSC::ExecState* scriptState, const char* name, Deprecated::ScriptObject& value)
87 bool ScriptGlobalObject::remove(JSC::ExecState* scriptState, const char* name)
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClientLocal.cpp51 #include "ScriptGlobalObject.h"
145 ScriptGlobalObject::set(frontendExecState, "InspectorFrontendHost", m_frontendHost.get());
H A DInspectorFrontendHost.cpp51 #include "ScriptGlobalObject.h"
274 if (!ScriptGlobalObject::get(frontendExecState, "InspectorFrontendAPI", frontendApiObject)) {

Completed in 189 milliseconds