Searched defs:thrown_object (Results 1 – 4 of 4) sorted by relevance
45 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object()170 void __cxa_free_exception (void * thrown_object) throw() { in __cxa_free_exception()223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) in __cxa_throw() argument597 __cxa_increment_exception_refcount(void* thrown_object) throw() in __cxa_increment_exception_refcount()615 __cxa_decrement_exception_refcount(void* thrown_object) throw() in __cxa_decrement_exception_refcount()656 void* thrown_object = thrown_object_from_cxa_exception(exception_header); in __cxa_current_primary_exception() local684 __cxa_rethrow_primary_exception(void* thrown_object) in __cxa_rethrow_primary_exception()
43 void* thrown_object = in default_terminate_handler() local
536 Handle<Object> thrown_object(context->get(Context::THROWN_OBJECT_INDEX), in MaterializeCatchScope() local
814 Handle<Object> thrown_object) { in NewCatchContext()