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

  /external/v8/test/mjsunit/regress/
regress-1184.js 36 // throw below sets up Top::thread_local_.catcher_...
  /external/v8/src/
isolate.h 251 v8::TryCatch* catcher_; member in class:v8::internal::BASE_EMBEDDED
572 return thread_local_top_.catcher_;
575 thread_local_top_.catcher_ = catcher;
652 catcher_(isolate_->catcher())
656 isolate_->set_catcher(catcher_);
663 v8::TryCatch* catcher_; member in class:v8::internal::Isolate::ExceptionScope
    [all...]
isolate.cc 101 catcher_ = NULL;
497 thread_local_top()->catcher_ = NULL;
929 thread_local_top()->catcher_ = can_be_caught_externally ?
    [all...]

Completed in 31 milliseconds