Home | History | Annotate | Download | only in src

Lines Matching refs:catcher_

101   catcher_ = NULL;
497 thread_local_top()->catcher_ = NULL;
929 thread_local_top()->catcher_ = can_be_caught_externally ?
1142 // Do not forget to clean catcher_ if currently thrown exception cannot
1144 thread_local_top()->catcher_ = can_be_caught_externally ?
1154 if ((thread_local_top()->catcher_ == NULL) ||
1155 (try_catch_handler() != thread_local_top()->catcher_)) {
1175 // finding external catcher in the first place (see catcher_ check above).