Home | History | Annotate | Download | only in src

Lines Matching refs:scheduled_exception_

248   MaybeObject* scheduled_exception_;
579 return &thread_local_top_.scheduled_exception_;
583 return thread_local_top_.scheduled_exception_;
586 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
589 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();