Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dv8context_ctocpp.cc46 NO_SANITIZE("cfi-icall") bool CefV8Context::InContext() { in InContext() function in CefV8Context
/third_party/cef/libcef_dll/cpptoc/
Dv8context_cpptoc.cc48 bool _retval = CefV8Context::InContext(); in cef_v8context_in_context()
/third_party/cef/include/
Dcef_v8.h142 static bool InContext();
/third_party/cef/libcef/renderer/
Dv8_impl.cc107 if (isolate_->InContext()) in GetContextState()
920 if (isolate->InContext()) { in GetCurrentContext()
932 if (isolate->InContext()) { in GetEnteredContext()
941 bool CefV8Context::InContext() { in InContext() function in CefV8Context
944 return isolate->InContext(); in InContext()
/third_party/node/src/
Dnode_errors.cc920 CHECK(isolate->InContext()); in TriggerUncaughtException()
Denv-inl.h400 if (UNLIKELY(!isolate->InContext())) return nullptr; in GetCurrent()