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

/external/chromium_org/v8/src/
H A Disolate.h280 v8::TryCatch* catcher_; member in class:v8::internal::BASE_EMBEDDED
703 catcher_(isolate_->catcher())
707 isolate_->set_catcher(catcher_);
714 v8::TryCatch* catcher_; member in class:v8::internal::Isolate::ExceptionScope
H A Disolate.cc80 catcher_ = NULL;
258 thread_local_top()->catcher_ = NULL;
849 thread_local_top()->catcher_ = can_be_caught_externally ?
1154 // Do not forget to clean catcher_ if currently thrown exception cannot
1156 thread_local_top()->catcher_ = can_be_caught_externally ?
1166 return (thread_local_top()->catcher_ != NULL) &&
1167 (try_catch_handler() == thread_local_top()->catcher_);
1182 // finding external catcher in the first place (see catcher_ check above).

Completed in 155 milliseconds