Searched refs:CefV8ExceptionImpl (Results 1 – 1 of 1) sorted by relevance
719 class CefV8ExceptionImpl : public CefV8Exception { class721 CefV8ExceptionImpl(v8::Local<v8::Context> context, in CefV8ExceptionImpl() function in __anon6b278a6b0111::CefV8ExceptionImpl772 IMPLEMENT_REFCOUNTING(CefV8ExceptionImpl);792 CefRefPtr<CefV8Exception> exception = new CefV8ExceptionImpl( in MessageListenerCallbackImpl()1096 exception = new CefV8ExceptionImpl(context, try_catch.Message()); in Eval()2449 last_exception_ = new CefV8ExceptionImpl(context, try_catch.Message()); in HasCaught()