Home | History | Annotate | Download | only in js

Lines Matching refs:ScriptState

34 #include "ScriptState.h"
47 ScriptObject(ScriptState*, JSC::JSObject*);
50 ScriptState* scriptState() const { return m_scriptState; }
63 static ScriptObject createNew(ScriptState*);
66 ScriptState* m_scriptState;
71 static bool set(ScriptState*, const char* name, const ScriptObject&);
73 static bool set(ScriptState*, const char* name, InspectorBackend*);
74 static bool set(ScriptState*, const char* name, InspectorFrontendHost*);
75 static bool set(ScriptState*, const char* name, InjectedScriptHost*);
77 static bool get(ScriptState*, const char* name, ScriptObject&);
78 static bool remove(ScriptState*, const char* name);