Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h58 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in scheduled_exception()
59 return thread_local_top_.scheduled_exception_; in scheduled_exception()
64 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in has_scheduled_exception()
65 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value(); in has_scheduled_exception()
70 DCHECK(!thread_local_top_.scheduled_exception_->IsException(this)); in clear_scheduled_exception()
71 thread_local_top_.scheduled_exception_ = heap_.the_hole_value(); in clear_scheduled_exception()
Disolate.cc104 scheduled_exception_ = NULL; in InitializeInternal()
219 v->VisitPointer(&thread->scheduled_exception_); in Iterate()
1440 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
1800 thread_local_top()->scheduled_exception_ = pending_exception(); in Throw()
Disolate.h323 Object* scheduled_exception_; variable
/external/v8/src/debug/
Ddebug.cc1680 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()