Searched refs:rethrow_exception (Results 1 – 10 of 10) sorted by relevance
177 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);261 rethrow_exception(__ptr_); in rethrow_nested()289 void rethrow_exception(exception_ptr p) in rethrow_exception() function296 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p)); in rethrow_exception()
159 rethrow_exception(__exception_); in copy()
56 void rethrow_exception [[noreturn]] (exception_ptr p);122 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);146 friend _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
685 rethrow_exception(this->__exception_);696 rethrow_exception(this->__exception_);762 rethrow_exception(this->__exception_);
46 rethrow_exception(e.nested_ptr()); in main()
48 rethrow_exception(e.nested_ptr()); in main()
50 rethrow_exception(e.nested_ptr()); in main()
35 std::rethrow_exception(p); in main()
43 std::rethrow_exception(p); in main()
864 Handle<JSObject> rethrow_exception; in GatherCompileInfo() local874 rethrow_exception = Handle<JSObject>::cast(exception); in GatherCompileInfo()888 Object::SetProperty(rethrow_exception, start_pos_key, start_pos, SLOPPY) in GatherCompileInfo()890 Object::SetProperty(rethrow_exception, end_pos_key, end_pos, SLOPPY) in GatherCompileInfo()892 Object::SetProperty(rethrow_exception, script_obj_key, script_obj, SLOPPY) in GatherCompileInfo()901 if (rethrow_exception.is_null()) { in GatherCompileInfo()904 return isolate->Throw<JSArray>(rethrow_exception); in GatherCompileInfo()