HomeSort by relevance Sort by last modified time
    Searched refs:pending_exception_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
isolate.h 239 MaybeObject* pending_exception_; member in class:v8::internal::BASE_EMBEDDED
537 return thread_local_top_.pending_exception_;
546 thread_local_top_.pending_exception_ = exception;
549 thread_local_top_.pending_exception_ = heap_.the_hole_value();
552 return &thread_local_top_.pending_exception_;
555 return !thread_local_top_.pending_exception_->IsTheHole();
651 pending_exception_(isolate_->pending_exception()->ToObjectUnchecked()),
657 isolate_->set_pending_exception(*pending_exception_);
662 Handle<Object> pending_exception_; member in class:v8::internal::Isolate::ExceptionScope
    [all...]
isolate.cc 106 pending_exception_ = NULL;
445 if (thread->pending_exception_->ToObject(&pending)) {
447 thread->pending_exception_ = pending; // In case GC updated it.
    [all...]

Completed in 27 milliseconds