Searched refs:ExceptionObjectIndex (Results 1 – 1 of 1) sorted by relevance
63 ExceptionObjectIndex(-1) {} in CatchHandler()77 void setExceptionVarIndex(int Index) { ExceptionObjectIndex = Index; } in setExceptionVarIndex()78 int getExceptionVarIndex() const { return ExceptionObjectIndex; } in getExceptionVarIndex()95 int ExceptionObjectIndex; variable