HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrent (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/chromium_org/v8/test/cctest/
test-hashing.cc 233 v8::Isolate* isolate = v8::Isolate::GetCurrent();
254 v8::Isolate* isolate = v8::Isolate::GetCurrent();
test-parsing.cc 176 v8::Isolate* isolate = v8::Isolate::GetCurrent();
354 v8::HandleScope handles(v8::Isolate::GetCurrent());
546 v8::Isolate* isolate = v8::Isolate::GetCurrent();
    [all...]
test-declarative-accessors.cc 41 ~HandleArray() { Reset(v8::Isolate::GetCurrent()); }
81 isolate_ = v8::Isolate::GetCurrent();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp 66 v8::HandleScope scope(v8::Isolate::GetCurrent());
245 if (context != v8::Context::GetCurrent())
345 ASSERT(!v8::Context::GetCurrent().IsEmpty());
V8WindowCustom.cpp 436 v8::Isolate* isolate = v8::Isolate::GetCurrent();
479 v8::Isolate* isolate = v8::Isolate::GetCurrent();
528 v8::Handle<v8::Context> currentContext = v8::Context::GetCurrent();
V8TypedArrayCustom.h 166 V8DOMWrapper::associateObjectWithWrapper<Binding>(typedArray.release(), &info, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Independent);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 89 function GetCurrent: TPair<TKey, TValue>;
96 property Current: TPair<TKey, TValue> read GetCurrent;
280 Result := GetCurrent;
288 function THashList<TKey, TValue>.TPairEnumerator.GetCurrent: TPair<TKey, TValue>;
  /external/chromium_org/content/renderer/
v8_value_converter_impl.cc 307 val->CreationContext() != v8::Context::GetCurrent())
376 val->CreationContext() != v8::Context::GetCurrent())
  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 363 ASSERT_TRUE(MessageLoopResource::GetCurrent()->is_main_thread_loop());
366 MessageLoopResource::GetCurrent());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.cpp 332 v8::Isolate* isolate = v8::Isolate::GetCurrent();
379 v8::Isolate* isolate = v8::Isolate::GetCurrent();
DOMWrapperWorld.cpp 71 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
PageScriptDebugServer.cpp 74 : ScriptDebugServer(v8::Isolate::GetCurrent())
ScriptFunctionCall.cpp 191 v8::Handle<v8::Object> object = v8::Context::GetCurrent()->Global();
ScriptPromiseResolverTest.cpp 47 : m_isolate(v8::Isolate::GetCurrent())
V8DOMWrapper.cpp 49 , m_context(v8::Context::GetCurrent())
V8LazyEventListener.cpp 55 : V8AbstractEventListener(true, mainThreadNormalWorld(), v8::Isolate::GetCurrent()) // FIXME Remove GetCurrent()
V8PerIsolateData.cpp 167 v8SetReturnValue(args, V8ScriptRunner::callInternalFunction(v8::Handle<v8::Function>::Cast(value), args.This(), 0, 0, v8::Isolate::GetCurrent()));
WorkerScriptController.cpp 244 // Happens on frame destruction, check otherwise GetCurrent() will crash.
247 v8::Handle<v8::Context> context = v8::Context::GetCurrent();
  /external/chromium_org/ui/gl/
gl_surface_egl.cc 386 GLContext* current_context = GLContext::GetCurrent();
532 GLContext* current_context = GLContext::GetCurrent();
  /external/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy_unittest.cc 19 : isolate_(v8::Isolate::GetCurrent())
user_script_scheduler.cc 202 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/ppapi/tests/
test_utils.h 245 callback_.set_target_loop(pp::MessageLoop::GetCurrent());
  /external/chromium_org/remoting/host/
input_injector_mac.cc 199 webrtc::MacDesktopConfiguration::GetCurrent(
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 41 , m_isolate(v8::Isolate::GetCurrent())
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 286 Dictionary dictionary(options, v8::Isolate::GetCurrent());

Completed in 381 milliseconds

1 2 3 45 6 7