Searched refs:ExceptionLevel (Results 1 – 1 of 1) sorted by relevance
44 static int ExceptionLevel; variable54 ExceptionLevel = -1; in InitExceptions()70 ExceptionLevel++; in TryException()71 if (ExceptionLevel >= MAX_EXCEPTION_NESTING) { in TryException()73 ExceptionLevel--; in TryException()92 if (ExceptionLevel >= 0) { in CatchException()93 ExceptionLevel--; in CatchException()94 if (ExceptionLog[ExceptionLevel + 1].ExceptionMsg[0]) { in CatchException()95 return ExceptionLog[ExceptionLevel + 1].ExceptionMsg; in CatchException()113 return ExceptionLog[ExceptionLevel].ExceptionCount; in ExceptionThrown()[all …]