Searched refs:CefV8ExceptionCppToC (Results 1 – 5 of 5) sorted by relevance
30 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 CefV8ExceptionCppToC154 CefV8ExceptionCppToC::~CefV8ExceptionCppToC() {} in ~CefV8ExceptionCppToC()[all …]
29 class CefV8ExceptionCppToC : public CefCppToCRefCounted<CefV8ExceptionCppToC,33 CefV8ExceptionCppToC();34 virtual ~CefV8ExceptionCppToC();
213 exceptionPtr = CefV8ExceptionCppToC::Unwrap(*exception); in v8context_eval()235 *exception = CefV8ExceptionCppToC::Wrap(exceptionPtr); in v8context_eval()
521 return CefV8ExceptionCppToC::Wrap(_retval); in v8value_get_exception()
191 CefV8ContextCppToC::Wrap(context), CefV8ExceptionCppToC::Wrap(exception), in OnUncaughtException()