Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h251 v8::TryCatch* catcher_; variable
572 return thread_local_top_.catcher_; in catcher()
575 thread_local_top_.catcher_ = catcher; in set_catcher()
652 catcher_(isolate_->catcher()) in ExceptionScope()
656 isolate_->set_catcher(catcher_); in ~ExceptionScope()
663 v8::TryCatch* catcher_; variable
Disolate.cc101 catcher_ = NULL; in InitializeInternal()
497 thread_local_top()->catcher_ = NULL; in UnregisterTryCatchHandler()
929 thread_local_top()->catcher_ = can_be_caught_externally ? in ReThrow()
1144 thread_local_top()->catcher_ = can_be_caught_externally ? in DoThrow()
1154 if ((thread_local_top()->catcher_ == NULL) || in IsExternallyCaught()
1155 (try_catch_handler() != thread_local_top()->catcher_)) { in IsExternallyCaught()