Searched refs:catch_type (Results 1 – 3 of 3) sorted by relevance
66 final int handler_pc, final int catch_type) in Exception_info() argument71 m_catch_type = catch_type; in Exception_info()
57 const __shim_type_info* catch_type = in default_terminate_handler() local59 if (catch_type->can_catch(thrown_type, thrown_object)) in default_terminate_handler()
1599 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException() local1600 bool uncaught = (catch_type == Isolate::NOT_CAUGHT); in OnException()