Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h59 CefRefPtr<CefV8Exception> GetException() override;
Dv8value_ctocpp.cc510 CefRefPtr<CefV8Exception> CefV8ValueCToCpp::GetException() { in GetException() function in CefV8ValueCToCpp
/third_party/cef/tests/ceftests/
Dv8_unittest.cc832 exception = object->GetException(); in RunObjectAccessorExceptionTest()
843 exception = object->GetException(); in RunObjectAccessorExceptionTest()
1396 exception = object->GetException(); in RunObjectInterceptorExceptionTest()
1408 exception = object->GetException(); in RunObjectInterceptorExceptionTest()
1419 exception = object->GetException(); in RunObjectInterceptorExceptionTest()
1431 exception = object->GetException(); in RunObjectInterceptorExceptionTest()
2019 CefRefPtr<CefV8Exception> exception = func->GetException(); in RunFunctionHandlerExceptionTest()
/third_party/cef/include/
Dcef_v8.h682 virtual CefRefPtr<CefV8Exception> GetException() = 0;
/third_party/cef/libcef/renderer/
Dv8_impl.h249 CefRefPtr<CefV8Exception> GetException() override;
Dv8_impl.cc1822 CefRefPtr<CefV8Exception> CefV8ValueImpl::GetException() { in GetException() function in CefV8ValueImpl
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc518 CefV8ValueCppToC::Get(self)->GetException(); in v8value_get_exception()
/third_party/node/src/
Dmodule_wrap.cc475 args.GetReturnValue().Set(module->GetException()); in GetError()