Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.cc1819 return (last_exception_.get() != nullptr); in HasException()
1825 return last_exception_; in GetException()
1831 last_exception_ = nullptr; in ClearException()
2449 last_exception_ = new CefV8ExceptionImpl(context, try_catch.Message()); in HasCaught()
2454 if (last_exception_.get()) in HasCaught()
2455 last_exception_ = nullptr; in HasCaught()
Dv8_impl.h356 CefRefPtr<CefV8Exception> last_exception_; variable