Searched refs:rethrow_ (Results 1 – 3 of 3) sorted by relevance
2400 rethrow_(false), in TryCatch()2417 rethrow_(false), in TryCatch()2429 if (rethrow_) { in ~TryCatch()2475 rethrow_ = true; in ReThrow()2528 if (!rethrow_ && HasCaught() && isolate_->has_scheduled_exception()) { in Reset()
1446 DCHECK(handler->rethrow_); in Throw()
7849 bool rethrow_ : 1; variable