Home | History | Annotate | Download | only in src

Lines Matching full:catcher_

105   catcher_ = NULL;
359 thread_local_top()->catcher_ = NULL;
938 thread_local_top()->catcher_ = can_be_caught_externally ?
1217 // Do not forget to clean catcher_ if currently thrown exception cannot
1219 thread_local_top()->catcher_ = can_be_caught_externally ?
1229 if ((thread_local_top()->catcher_ == NULL) ||
1230 (try_catch_handler() != thread_local_top()->catcher_)) {
1250 // finding external catcher in the first place (see catcher_ check above).