Searched refs:ExceptionBreakType (Results 1 – 3 of 3) sorted by relevance
42 enum ExceptionBreakType { enum239 void ChangeBreakOnException(ExceptionBreakType type, bool enable);240 bool IsBreakOnException(ExceptionBreakType type);
864 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { in ChangeBreakOnException()873 bool Debug::IsBreakOnException(ExceptionBreakType type) { in IsBreakOnException()
431 ExceptionBreakType type = static_cast<ExceptionBreakType>(type_arg); in RUNTIME_FUNCTION()