Searched refs:scheduled_exception_ (Results 1 – 2 of 2) sorted by relevance
60 Object* scheduled_exception_; variable169 return thread_local_.scheduled_exception_; in scheduled_exception()172 return !thread_local_.scheduled_exception_->IsTheHole(); in has_scheduled_exception()175 thread_local_.scheduled_exception_ = Heap::the_hole_value(); in clear_scheduled_exception()
70 v->VisitPointer(&(thread->scheduled_exception_)); in Iterate()630 thread_local_.scheduled_exception_ = pending_exception(); in ScheduleThrow()895 thread_local_.scheduled_exception_ = pending_exception(); in OptionalRescheduleException()