Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dv8exception_ctocpp.cc19 NO_SANITIZE("cfi-icall") CefString CefV8ExceptionCToCpp::GetMessage() { in GetMessage()
35 NO_SANITIZE("cfi-icall") CefString CefV8ExceptionCToCpp::GetSourceLine() { in GetSourceLine()
52 CefString CefV8ExceptionCToCpp::GetScriptResourceName() { in GetScriptResourceName()
68 NO_SANITIZE("cfi-icall") int CefV8ExceptionCToCpp::GetLineNumber() { in GetLineNumber()
82 NO_SANITIZE("cfi-icall") int CefV8ExceptionCToCpp::GetStartPosition() { in GetStartPosition()
96 NO_SANITIZE("cfi-icall") int CefV8ExceptionCToCpp::GetEndPosition() { in GetEndPosition()
110 NO_SANITIZE("cfi-icall") int CefV8ExceptionCToCpp::GetStartColumn() { in GetStartColumn()
124 NO_SANITIZE("cfi-icall") int CefV8ExceptionCToCpp::GetEndColumn() { in GetEndColumn()
140 CefV8ExceptionCToCpp::CefV8ExceptionCToCpp() {} in CefV8ExceptionCToCpp() function in CefV8ExceptionCToCpp
144 CefV8ExceptionCToCpp::~CefV8ExceptionCToCpp() {} in ~CefV8ExceptionCToCpp()
[all …]
Dv8exception_ctocpp.h29 class CefV8ExceptionCToCpp : public CefCToCppRefCounted<CefV8ExceptionCToCpp,
33 CefV8ExceptionCToCpp();
34 virtual ~CefV8ExceptionCToCpp();
Dv8context_ctocpp.cc204 exceptionStruct = CefV8ExceptionCToCpp::Unwrap(exception); in Eval()
222 exception = CefV8ExceptionCToCpp::Wrap(exceptionStruct); in Eval()
Dv8value_ctocpp.cc521 return CefV8ExceptionCToCpp::Wrap(_retval); in GetException()
/third_party/cef/libcef_dll/cpptoc/
Drender_process_handler_cpptoc.cc191 CefV8ContextCToCpp::Wrap(context), CefV8ExceptionCToCpp::Wrap(exception), in render_process_handler_on_uncaught_exception()