Searched refs:is_catch (Results 1 – 3 of 3) sorted by relevance
85 inline bool StackHandler::is_catch() const { in is_catch() function
117 inline bool is_catch() const;
1013 while (handler != NULL && !handler->is_catch()) { in ShouldReportException()1183 ASSERT(!handler->is_catch()); in IsExternallyCaught()