Searched refs:rethrowing_message_ (Results 1 – 3 of 3) sorted by relevance
450 bool rethrowing_message_ = false; variable
1192 bool rethrowing_message = thread_local_top()->rethrowing_message_; in Throw()1194 thread_local_top()->rethrowing_message_ = false; in Throw()
2685 isolate_->thread_local_top()->rethrowing_message_ = true; in ~TryCatch()2691 DCHECK(!isolate_->thread_local_top()->rethrowing_message_); in ~TryCatch()