Home
last modified time | relevance | path

Searched refs:pending_exception_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate-inl.h23 DCHECK(!thread_local_top_.pending_exception_->IsException()); in pending_exception()
24 return thread_local_top_.pending_exception_; in pending_exception()
30 thread_local_top_.pending_exception_ = exception_obj; in set_pending_exception()
35 DCHECK(!thread_local_top_.pending_exception_->IsException()); in clear_pending_exception()
36 thread_local_top_.pending_exception_ = heap_.the_hole_value(); in clear_pending_exception()
41 DCHECK(!thread_local_top_.pending_exception_->IsException()); in has_pending_exception()
42 return !thread_local_top_.pending_exception_->IsTheHole(); in has_pending_exception()
82 pending_exception_(isolate_->pending_exception(), isolate_) {} in ExceptionScope()
86 isolate_->set_pending_exception(*pending_exception_); in ~ExceptionScope()
Disolate.h277 Object* pending_exception_; variable
649 Handle<Object> pending_exception_; variable
Disolate.cc89 pending_exception_ = NULL; in InitializeInternal()
204 v->VisitPointer(&thread->pending_exception_); in Iterate()
1496 if (thread_local_top_.pending_exception_ != heap()->termination_exception() && in GetMessageLocation()