Home | History | Annotate | Download | only in src

Lines Matching refs:try_catch_handler

930       try_catch_handler() : NULL;
1031 return try_catch_handler()->is_verbose_;
1070 can_be_caught_externally && try_catch_handler()->capture_message_;
1145 try_catch_handler() : NULL;
1155 (try_catch_handler() != thread_local_top()->catcher_)) {
1694 try_catch_handler()->can_continue_ = false;
1695 try_catch_handler()->exception_ = heap()->null_value();
1700 try_catch_handler()->can_continue_ = true;
1701 try_catch_handler()->exception_ = pending_exception();
1703 try_catch_handler()->message_ = thread_local_top_.pending_message_obj_;