Searched refs:pending_exception_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Disolate.h267 Object* pending_exception_; member in class:v8::internal::BASE_EMBEDDED
562 DCHECK(!thread_local_top_.pending_exception_->IsException());
563 return thread_local_top_.pending_exception_;
568 thread_local_top_.pending_exception_ = exception_obj;
572 DCHECK(!thread_local_top_.pending_exception_->IsException());
573 thread_local_top_.pending_exception_ = heap_.the_hole_value();
577 return &thread_local_top_.pending_exception_;
581 DCHECK(!thread_local_top_.pending_exception_->IsException());
582 return !thread_local_top_.pending_exception_->IsTheHole();
702 pending_exception_(isolate
713 Handle<Object> pending_exception_; member in class:v8::internal::Isolate::ExceptionScope
[all...]
H A Disolate.cc86 pending_exception_ = NULL;
188 v->VisitPointer(&thread->pending_exception_);
1205 if (thread_local_top_.pending_exception_ == heap()->termination_exception()) {
1235 if (thread_local_top_.pending_exception_ != heap()->termination_exception() &&
1794 if (thread_local_top_.pending_exception_ == heap()->termination_exception()) {

Completed in 1069 milliseconds