Searched refs:GetException (Results 1 – 8 of 8) sorted by relevance
59 CefRefPtr<CefV8Exception> GetException() override;
510 CefRefPtr<CefV8Exception> CefV8ValueCToCpp::GetException() { in GetException() function in CefV8ValueCToCpp
832 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()
682 virtual CefRefPtr<CefV8Exception> GetException() = 0;
249 CefRefPtr<CefV8Exception> GetException() override;
1822 CefRefPtr<CefV8Exception> CefV8ValueImpl::GetException() { in GetException() function in CefV8ValueImpl
518 CefV8ValueCppToC::Get(self)->GetException(); in v8value_get_exception()
475 args.GetReturnValue().Set(module->GetException()); in GetError()