Searched refs:rethrow_ (Results 1 – 3 of 3) sorted by relevance
2539 rethrow_(false), in TryCatch()2556 rethrow_(false), in TryCatch()2568 if (rethrow_) { in ~TryCatch()2620 rethrow_ = true; in ReThrow()2673 if (!rethrow_ && HasCaught() && isolate_->has_scheduled_exception()) { in Reset()
1450 DCHECK(handler->rethrow_); in Throw()
8024 bool rethrow_ : 1; variable