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

  /external/v8/src/
isolate.h 248 MaybeObject* scheduled_exception_; member in class:v8::internal::BASE_EMBEDDED
579 return &thread_local_top_.scheduled_exception_;
583 return thread_local_top_.scheduled_exception_;
586 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
589 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
    [all...]
isolate.cc 110 scheduled_exception_ = NULL;
453 if (thread->scheduled_exception_->ToObject(&scheduled)) {
455 thread->scheduled_exception_ = scheduled;
948 thread_local_top()->scheduled_exception_ = pending_exception();
    [all...]

Completed in 30 milliseconds