Searched defs:exception_object (Results 1 – 11 of 11) sorted by relevance
73 unwind_phase1(struct _Unwind_Exception *exception_object) { in unwind_phase1()128 unwind_phase2(struct _Unwind_Exception *exception_object) { in unwind_phase2()196 unwind_phase2_forced(struct _Unwind_Exception *exception_object, in unwind_phase2_forced()280 _Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_RaiseException()310 _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume()327 _Unwind_SjLj_Resume_or_Rethrow(struct _Unwind_Exception *exception_object) { in _Unwind_SjLj_Resume_or_Rethrow()424 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) { in _Unwind_DeleteException()
28 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase1()120 unwind_phase2(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase2()226 _Unwind_Exception *exception_object, in unwind_phase2_forced()327 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()361 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()383 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()487 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
437 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { in unwind_phase1()547 _Unwind_Exception *exception_object, in unwind_phase2()689 _Unwind_RaiseException(_Unwind_Exception *exception_object) { in _Unwind_RaiseException()708 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete()726 _Unwind_Resume(_Unwind_Exception *exception_object) { in _Unwind_Resume()978 _Unwind_DeleteException(_Unwind_Exception *exception_object) { in _Unwind_DeleteException()
27 _Unwind_Resume_or_Rethrow(_Unwind_Exception *exception_object) { in _Unwind_Resume_or_Rethrow()
29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object) in _Unwind_DeleteException()
29 _Unwind_Resume (struct _Unwind_Exception *exception_object) in _Unwind_Resume()
29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object) in _Unwind_Resume_or_Rethrow()
30 _Unwind_ForcedUnwind (struct _Unwind_Exception *exception_object, in _Unwind_ForcedUnwind()
30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object) in _Unwind_RaiseException()
58 _Unwind_Phase2 (struct _Unwind_Exception *exception_object, in _Unwind_Phase2()
85 Object* exception_object = isolate->heap()->undefined_value(); in ReportMessage() local