Home
last modified time | relevance | path

Searched refs:catch_type (Results 1 – 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DException_info.java66 final int handler_pc, final int catch_type) in Exception_info() argument
71 m_catch_type = catch_type; in Exception_info()
/external/libcxxabi/src/
Dcxa_default_handlers.cpp57 const __shim_type_info* catch_type = in default_terminate_handler() local
59 if (catch_type->can_catch(thrown_type, thrown_object)) in default_terminate_handler()
/external/v8/src/debug/
Ddebug.cc1599 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException() local
1600 bool uncaught = (catch_type == Isolate::NOT_CAUGHT); in OnException()