Home
last modified time | relevance | path

Searched refs:scheduled_exception_ (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dtop.h60 Object* scheduled_exception_; variable
169 return thread_local_.scheduled_exception_; in scheduled_exception()
172 return !thread_local_.scheduled_exception_->IsTheHole(); in has_scheduled_exception()
175 thread_local_.scheduled_exception_ = Heap::the_hole_value(); in clear_scheduled_exception()
Dtop.cc70 v->VisitPointer(&(thread->scheduled_exception_)); in Iterate()
630 thread_local_.scheduled_exception_ = pending_exception(); in ScheduleThrow()
895 thread_local_.scheduled_exception_ = pending_exception(); in OptionalRescheduleException()