Searched defs:ScriptState (Results 1 – 13 of 13) sorted by relevance
98 bool isEqual(ScriptState*, const ScriptValue& value) const in isEqual() argument156 bool getString(ScriptState*, String& result) const { return getString(result); } in getString() argument
41 class ScriptState; variable
42 class ScriptState; variable
37 class ScriptState; variable
43 class ScriptState; variable
65 ScriptState() { } in ScriptState() function
49 ScriptState::ScriptState(v8::Handle<v8::Context> context) in ScriptState() function in WebCore::ScriptState
32 short NodeFilterCondition::acceptNode(ScriptState*, Node*) const in acceptNode() argument
37 short WebNativeNodeFilterCondition::acceptNode(WebCore::ScriptState*, WebCore::Node* node) const in acceptNode()
54 typedef JSC::ExecState ScriptState; typedef
104 bool InjectedScriptManager::canAccessInspectedWorkerContext(ScriptState*) in canAccessInspectedWorkerContext() argument