Home
last modified time | relevance | path

Searched refs:CefV8ExceptionCppToC (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dv8exception_cpptoc.cc30 CefString _retval = CefV8ExceptionCppToC::Get(self)->GetMessage(); in v8exception_get_message()
45 CefString _retval = CefV8ExceptionCppToC::Get(self)->GetSourceLine(); in v8exception_get_source_line()
60 CefString _retval = CefV8ExceptionCppToC::Get(self)->GetScriptResourceName(); in v8exception_get_script_resource_name()
74 int _retval = CefV8ExceptionCppToC::Get(self)->GetLineNumber(); in v8exception_get_line_number()
89 int _retval = CefV8ExceptionCppToC::Get(self)->GetStartPosition(); in v8exception_get_start_position()
103 int _retval = CefV8ExceptionCppToC::Get(self)->GetEndPosition(); in v8exception_get_end_position()
117 int _retval = CefV8ExceptionCppToC::Get(self)->GetStartColumn(); in v8exception_get_start_column()
131 int _retval = CefV8ExceptionCppToC::Get(self)->GetEndColumn(); in v8exception_get_end_column()
141 CefV8ExceptionCppToC::CefV8ExceptionCppToC() { in CefV8ExceptionCppToC() function in CefV8ExceptionCppToC
154 CefV8ExceptionCppToC::~CefV8ExceptionCppToC() {} in ~CefV8ExceptionCppToC()
[all …]
Dv8exception_cpptoc.h29 class CefV8ExceptionCppToC : public CefCppToCRefCounted<CefV8ExceptionCppToC,
33 CefV8ExceptionCppToC();
34 virtual ~CefV8ExceptionCppToC();
Dv8context_cpptoc.cc213 exceptionPtr = CefV8ExceptionCppToC::Unwrap(*exception); in v8context_eval()
235 *exception = CefV8ExceptionCppToC::Wrap(exceptionPtr); in v8context_eval()
Dv8value_cpptoc.cc521 return CefV8ExceptionCppToC::Wrap(_retval); in v8value_get_exception()
/third_party/cef/libcef_dll/ctocpp/
Drender_process_handler_ctocpp.cc191 CefV8ContextCppToC::Wrap(context), CefV8ExceptionCppToC::Wrap(exception), in OnUncaughtException()