Searched refs:scheduled_exception_ (Results 1 – 4 of 4) sorted by relevance
58 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in scheduled_exception()59 return thread_local_top_.scheduled_exception_; in scheduled_exception()64 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in has_scheduled_exception()65 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value(); in has_scheduled_exception()70 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in clear_scheduled_exception()71 thread_local_top_.scheduled_exception_ = heap_.the_hole_value(); in clear_scheduled_exception()
104 scheduled_exception_ = NULL; in InitializeInternal()219 v->VisitPointer(&thread->scheduled_exception_); in Iterate()1440 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()1800 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
323 Object* scheduled_exception_; variable
1680 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()