Searched defs:pending_exception_ (Results 1 - 1 of 1) 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...]

Completed in 49 milliseconds