Home
last modified time | relevance | path

Searched refs:context_local (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/libcef/renderer/
Dv8_impl.cc2393 v8::Local<v8::Context> context_local; in ExecuteFunctionWithContext() local
2397 context_local = context_impl->GetV8Context(); in ExecuteFunctionWithContext()
2399 context_local = isolate->GetCurrentContext(); in ExecuteFunctionWithContext()
2402 v8::Context::Scope context_scope(context_local); in ExecuteFunctionWithContext()
2404 v8::Local<v8::Object> obj = value->ToObject(context_local).ToLocalChecked(); in ExecuteFunctionWithContext()
2413 recv = context_local->Global(); in ExecuteFunctionWithContext()
2432 context_local, func, recv, argc, argv, handle_->isolate()); in ExecuteFunctionWithContext()
2434 if (!HasCaught(context_local, try_catch) && !func_rv.IsEmpty()) { in ExecuteFunctionWithContext()
2436 new CefV8ValueImpl(isolate, context_local, func_rv.ToLocalChecked()); in ExecuteFunctionWithContext()