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

  /external/chromium_org/v8/src/
isolate.h 265 MaybeObject* scheduled_exception_; member in class:v8::internal::BASE_EMBEDDED
597 return &thread_local_top_.scheduled_exception_;
615 return thread_local_top_.scheduled_exception_;
618 return thread_local_top_.scheduled_exception_ != heap_.the_hole_value();
621 thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
    [all...]
isolate.cc 115 scheduled_exception_ = NULL;
282 if (thread->scheduled_exception_->ToObject(&scheduled)) {
284 thread->scheduled_exception_ = scheduled;
    [all...]
  /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 468 milliseconds