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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptState.cpp98 PassRefPtr<ScriptStateForTesting> ScriptStateForTesting::create(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world)
100 RefPtr<ScriptStateForTesting> scriptState = adoptRef(new ScriptStateForTesting(context, world));
107 ScriptStateForTesting::ScriptStateForTesting(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world) function in class:blink::ScriptStateForTesting
112 ExecutionContext* ScriptStateForTesting::executionContext() const
117 void ScriptStateForTesting::setExecutionContext(ExecutionContext* executionContext)
H A DScriptState.h108 class ScriptStateForTesting : public ScriptState { class in namespace:blink
110 static PassRefPtr<ScriptStateForTesting> create(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>);
116 ScriptStateForTesting(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>);
H A DScriptPromisePropertyTest.cpp128 m_otherScriptState = ScriptStateForTesting::create(v8::Context::New(isolate()), DOMWrapperWorld::create(1));
H A DV8Binding.cpp942 , m_scriptState(ScriptStateForTesting::create(isolate->GetCurrentContext(), &DOMWrapperWorld::mainWorld()))

Completed in 115 milliseconds