HomeSort by relevance Sort by last modified time
    Searched refs:v8Context (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomSQLStatementErrorCallback.cpp 51 v8::Handle<v8::Context> v8Context = toV8Context(scriptExecutionContext(), m_world.get());
52 if (v8Context.IsEmpty())
55 v8::Context::Scope scope(v8Context);
57 v8::Handle<v8::Value> transactionHandle = toV8(transaction, v8::Handle<v8::Object>(), v8Context->GetIsolate());
V8WorkerGlobalScopeCustom.cpp 65 v8::Handle<v8::Context> v8Context = script->context();
73 action = adoptPtr(new ScheduledAction(v8Context, toWebCoreString(function), workerGlobalScope->url(), args.GetIsolate()));
83 action = adoptPtr(new ScheduledAction(v8Context, v8::Handle<v8::Function>::Cast(function), paramCount, params.get(), args.GetIsolate()));
V8PromiseCustom.cpp 135 v8::Handle<v8::Context> v8Context = state->context();
136 v8::Context::Scope scope(v8Context);
137 v8::Isolate* isolate = v8Context->GetIsolate();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallback.cpp 55 v8::Handle<v8::Context> v8Context = toV8Context(scriptExecutionContext(), m_world.get());
56 if (v8Context.IsEmpty())
59 v8::Context::Scope scope(v8Context);
76 v8::Handle<v8::Context> v8Context = toV8Context(scriptExecutionContext(), m_world.get());
77 if (v8Context.IsEmpty())
80 v8::Context::Scope scope(v8Context);
105 v8::Handle<v8::Context> v8Context = toV8Context(scriptExecutionContext(), m_world.get());
106 if (v8Context.IsEmpty())
109 v8::Context::Scope scope(v8Context);
141 v8::Handle<v8::Context> v8Context = toV8Context(scriptExecutionContext(), m_world.get())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
CustomEventTest.cpp 70 static PassRefPtr<TestListener> create(v8::Local<v8::Context> v8Context)
72 return adoptRef(new TestListener(v8Context));
81 TestListener(v8::Local<v8::Context> v8Context)
83 , m_v8Context(v8Context)
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
callback_interface.cpp 65 v8::Handle<v8::Context> v8Context = toV8Context(scriptExecutionContext(), m_world.get());
66 if (v8Context.IsEmpty())
69 v8::Context::Scope scope(v8Context);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8AbstractEventListener.cpp 81 v8::Local<v8::Context> v8Context = toV8Context(context, world());
82 if (v8Context.IsEmpty())
86 v8::Context::Scope scope(v8Context);
89 v8::Isolate* isolate = v8Context->GetIsolate();
108 v8::Local<v8::Context> v8Context = toV8Context(context, world());
109 if (v8Context.IsEmpty())
118 DateExtension::get()->setAllowSleep(false, v8Context->GetIsolate());
126 v8::Local<v8::Value> savedEvent = v8Context->Global()->GetHiddenValue(eventSymbol);
130 v8Context->Global()->SetHiddenValue(eventSymbol, jsEvent);
146 v8Context->Global()->SetHiddenValue(eventSymbol, v8::Undefined())
    [all...]
V8MutationCallback.cpp 56 v8::Handle<v8::Context> v8Context = toV8Context(scriptExecutionContext(), m_world.get());
57 if (v8Context.IsEmpty())
60 v8::Context::Scope scope(v8Context);
V8WorkerGlobalScopeEventListener.cpp 67 v8::Handle<v8::Context> v8Context = script->context();
68 if (v8Context.IsEmpty())
72 v8::Context::Scope scope(v8Context);
75 v8::Isolate* isolate = v8Context->GetIsolate();
ScriptController.cpp 351 v8::Handle<v8::Context> v8Context = ScriptController::mainWorldContext(frame);
352 if (v8Context.IsEmpty())
355 v8::Context::Scope scope(v8Context);
360 v8::Handle<v8::Object> global = v8Context->Global();
377 v8::Local<v8::Context> v8Context = m_windowShell->context();
378 v8Context->AllowCodeGenerationFromStrings(false);
379 v8Context->SetErrorMessageForCodeGenerationFromStrings(v8String(errorMessage, m_isolate));
461 v8::Handle<v8::Context> v8Context = ScriptController::mainWorldContext(frame);
462 if (v8Context.IsEmpty())
465 v8::Context::Scope scope(v8Context);
    [all...]
V8LazyEventListener.cpp 131 v8::Local<v8::Context> v8Context = toV8Context(context, world());
132 v8::Isolate* isolate = v8Context->GetIsolate();
134 if (v8Context.IsEmpty())
137 v8::Context::Scope scope(v8Context);
ScriptEventListener.cpp 129 v8::Handle<v8::Context> v8Context = frame->script()->windowShell(v8Listener->world())->context();
130 return ScriptState::forContext(v8Context);

Completed in 136 milliseconds