Searched refs:scheduled_exception_ (Results 1 – 4 of 4) sorted by relevance
80 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in scheduled_exception()81 return thread_local_top_.scheduled_exception_; in scheduled_exception()86 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in has_scheduled_exception()87 return thread_local_top_.scheduled_exception_ != in has_scheduled_exception()93 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in clear_scheduled_exception()94 thread_local_top_.scheduled_exception_ = ReadOnlyRoots(this).the_hole_value(); in clear_scheduled_exception()
259 v->VisitRootPointer(Root::kTop, nullptr, &thread->scheduled_exception_); in Iterate()1602 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()2030 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
456 Object* scheduled_exception_ = nullptr; variable
1660 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()