Searched refs:scheduled_exception_ (Results 1 – 2 of 2) sorted by relevance
257 Object* scheduled_exception_; variable577 return &thread_local_top_.scheduled_exception_; in THREAD_LOCAL_TOP_ACCESSOR()595 ASSERT(!thread_local_top_.scheduled_exception_->IsException()); in scheduled_exception()596 return thread_local_top_.scheduled_exception_; in scheduled_exception()599 ASSERT(!thread_local_top_.scheduled_exception_->IsException()); in has_scheduled_exception()600 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value(); in has_scheduled_exception()603 ASSERT(!thread_local_top_.scheduled_exception_->IsException()); in clear_scheduled_exception()604 thread_local_top_.scheduled_exception_ = heap_.the_hole_value(); in clear_scheduled_exception()
88 scheduled_exception_ = NULL; in InitializeInternal()205 v->VisitPointer(&thread->scheduled_exception_); in Iterate()888 thread_local_top()->scheduled_exception_ = pending_exception(); in ScheduleThrow()1294 thread_local_top()->scheduled_exception_ = pending_exception(); in OptionalRescheduleException()