Searched refs:CefV8StackTraceCppToC (Results 1 – 3 of 3) sorted by relevance
30 return CefV8StackTraceCppToC::Wrap(_retval); in cef_v8stack_trace_get_current()47 bool _retval = CefV8StackTraceCppToC::Get(self)->IsValid(); in v8stack_trace_is_valid()64 int _retval = CefV8StackTraceCppToC::Get(self)->GetFrameCount(); in v8stack_trace_get_frame_count()82 CefV8StackTraceCppToC::Get(self)->GetFrame(index); in v8stack_trace_get_frame()92 CefV8StackTraceCppToC::CefV8StackTraceCppToC() { in CefV8StackTraceCppToC() function in CefV8StackTraceCppToC100 CefV8StackTraceCppToC::~CefV8StackTraceCppToC() { in ~CefV8StackTraceCppToC()106 CefV8StackTraceCppToC,115 CefWrapperType CefCppToCRefCounted<CefV8StackTraceCppToC,
29 class CefV8StackTraceCppToC : public CefCppToCRefCounted<CefV8StackTraceCppToC,33 CefV8StackTraceCppToC();34 virtual ~CefV8StackTraceCppToC();
192 CefV8StackTraceCppToC::Wrap(stackTrace)); in OnUncaughtException()