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

  /external/v8/src/
top.h 95 Object* scheduled_exception_; member in class:v8::internal::BASE_EMBEDDED
208 return &thread_local_.scheduled_exception_;
213 return thread_local_.scheduled_exception_;
216 return !thread_local_.scheduled_exception_->IsTheHole();
219 thread_local_.scheduled_exception_ = Heap::the_hole_value();
top.cc 96 v->VisitPointer(&(thread->scheduled_exception_));
628 thread_local_.scheduled_exception_ = pending_exception();
901 thread_local_.scheduled_exception_ = pending_exception();
    [all...]

Completed in 19 milliseconds