Searched refs:ExceptionBreakType (Results 1 – 3 of 3) sorted by relevance
45 enum ExceptionBreakType { enum403 void ChangeBreakOnException(ExceptionBreakType type, bool enable);404 bool IsBreakOnException(ExceptionBreakType type);
736 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { in ChangeBreakOnException()745 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException()
1189 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()1203 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()