Home
last modified time | relevance | path

Searched refs:scheduled_exception_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Disolate-inl.h80 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()
Disolate.cc259 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()
Disolate.h456 Object* scheduled_exception_ = nullptr; variable
/external/v8/src/debug/
Ddebug.cc1660 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()