/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 108 context = isolate_->GetCurrentContext(); in GetContextState() 514 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in FunctionCallbackImpl() 554 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in AccessorNameGetterCallbackImpl() 592 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in AccessorNameSetterCallbackImpl() 636 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in InterceptorGetterCallbackImpl() 669 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in InterceptorSetterCallbackImpl() 787 CefRefPtr<CefV8Context> context = CefV8Context::GetCurrentContext(); in MessageListenerCallbackImpl() 916 CefRefPtr<CefV8Context> CefV8Context::GetCurrentContext() { in GetCurrentContext() function in CefV8Context 922 context = new CefV8ContextImpl(isolate, isolate->GetCurrentContext()); in GetCurrentContext() 1313 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in CreateObject() [all …]
|
/third_party/node/test/addons/callback-scope/ |
D | binding.cc | 29 fn->Call(isolate->GetCurrentContext(), args[0], 0, nullptr); in RunInCallbackScope() 43 local->Resolve(isolate->GetCurrentContext(), in Callback() 55 isolate->GetCurrentContext()).ToLocalChecked()); in TestResolveAsync()
|
/third_party/node/test/cctest/ |
D | test_linked_binding.cc | 29 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F() 70 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F() 114 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F() 171 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F() 207 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F()
|
D | test_environment.cc | 143 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F() 160 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F() 189 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F() 420 v8::Local<v8::Context> context = isolate_->GetCurrentContext(); in TEST_F()
|
/third_party/cef/tests/cefclient/renderer/ |
D | performance_test_tests.cc | 127 CefRefPtr<CefV8Value> obj = CefV8Context::GetCurrentContext()->GetGlobal(); in PERF_TEST_FUNC() 152 CefRefPtr<CefV8Context> context = CefV8Context::GetCurrentContext(); in PERF_TEST_FUNC() 340 CefRefPtr<CefV8Context> context = CefV8Context::GetCurrentContext(); in PERF_TEST_FUNC() 349 CefRefPtr<CefV8Context> context = CefV8Context::GetCurrentContext(); in PERF_TEST_FUNC()
|
/third_party/node/test/addons/async-hello-world/ |
D | binding.cc | 45 v8::Local<v8::Object> global = isolate->GetCurrentContext()->Global(); in AfterAsync() 56 callback->Call(isolate->GetCurrentContext(), in AfterAsync()
|
/third_party/node/test/addons/new-target/ |
D | binding.cc | 14 auto context = isolate->GetCurrentContext(); in Initialize()
|
/third_party/node/test/addons/repl-domain-abort/ |
D | binding.cc | 40 node::MakeCallback(isolate, isolate->GetCurrentContext()->Global(), in Method()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 34 context_id GetCurrentContext() { return fCurrentContext; }; in GetCurrentContext() function
|
/third_party/node/benchmark/napi/function_args/ |
D | binding.cc | 38 v = array->Get(args.GetIsolate()->GetCurrentContext(), in CallWithArray() 53 Local<Context> context = isolate->GetCurrentContext(); in CallWithObject()
|
/third_party/node/test/addons/uv-handle-leak/ |
D | binding.cc | 31 Local<Context> context = isolate->GetCurrentContext(); in LeakHandle()
|
/third_party/node/test/addons/heap-profiler/ |
D | binding.cc | 21 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in Initialize()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | EGLImageWrappingTests.cpp | 38 GetCurrentContext = in EGLFunctions() 54 PFNEGLGETCURRENTCONTEXTPROC GetCurrentContext; member in __anon8331232a0111::EGLFunctions 140 EGLContext ctx = egl.GetCurrentContext(); in CreateEGLImage()
|
/third_party/node/src/ |
D | env-inl.h | 402 return GetCurrent(isolate->GetCurrentContext()); in GetCurrent() 425 return GetCurrent(info.GetIsolate()->GetCurrentContext()); in GetCurrent() 431 return GetCurrent(info.GetIsolate()->GetCurrentContext()); in GetCurrent() 436 return GetBindingData<T>(info.GetIsolate()->GetCurrentContext()); in GetBindingData() 442 return GetBindingData<T>(info.GetIsolate()->GetCurrentContext()); in GetBindingData() 1056 v8::Local<v8::Context> context = isolate()->GetCurrentContext(); in SetMethod() 1074 v8::Local<v8::Context> context = isolate()->GetCurrentContext(); in SetMethodNoSideEffect()
|
D | node_errors.h | 79 ->ToObject(isolate->GetCurrentContext()) \ 81 e->Set(isolate->GetCurrentContext(), \
|
D | util.cc | 68 if (!value->ToString(isolate->GetCurrentContext()).ToLocal(&string)) return; in MakeUtf8String() 95 if (!value->ToString(isolate->GetCurrentContext()).ToLocal(&string)) return; in TwoByteValue()
|
D | node.h | 578 v8::Isolate::GetCurrent()->GetCurrentContext(), 592 v8::Local<v8::Context> context = isolate->GetCurrentContext(); \ 610 v8::Local<v8::Context> context = isolate->GetCurrentContext(); \ 648 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in NODE_SET_METHOD()
|
/third_party/node/doc/api/ |
D | addons.md | 632 Local<Context> context = isolate->GetCurrentContext(); 691 Local<Context> context = isolate->GetCurrentContext(); 754 Local<Context> context = isolate->GetCurrentContext(); 870 Local<Context> context = isolate->GetCurrentContext(); 894 Local<Context> context = isolate->GetCurrentContext(); 1083 Local<Context> context = isolate->GetCurrentContext(); 1093 Local<Context> context = isolate->GetCurrentContext(); 1119 Local<Context> context = isolate->GetCurrentContext(); 1208 Local<Context> context = isolate->GetCurrentContext(); 1301 Local<Context> context = isolate->GetCurrentContext(); [all …]
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8context_ctocpp.cc | 25 CefRefPtr<CefV8Context> CefV8Context::GetCurrentContext() { in GetCurrentContext() function in CefV8Context
|
/third_party/cef/libcef_dll/cpptoc/ |
D | v8context_cpptoc.cc | 28 CefRefPtr<CefV8Context> _retval = CefV8Context::GetCurrentContext(); in cef_v8context_get_current_context()
|
/third_party/node/test/addons/async-resource/ |
D | binding.cc | 60 r->get_resource()->Get(isolate->GetCurrentContext(), name) in CallViaFunction()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 372 EGLContext EGLAPIENTRY GetCurrentContext(void); 527 return egl::GetCurrentContext(); in eglGetCurrentContext() 698 this->eglGetCurrentContext = egl::GetCurrentContext; in LibEGLexports()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_win32.cpp | 96 …return ImGui::GetCurrentContext() ? (ImGui_ImplWin32_Data*)ImGui::GetIO().BackendPlatformUserData … in ImGui_ImplWin32_GetBackendData() 361 if (ImGui::GetCurrentContext() == NULL) in ImGui_ImplWin32_WndProcHandler()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 70 GLXContext (*GetCurrentContext)(void); member
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_win32.cpp | 191 if (ImGui::GetCurrentContext() == NULL) in ImGui_ImplWin32_WndProcHandler()
|