catchControlFlowOutcome property

int catchControlFlowOutcome
getter/setter pair

0 = throw, 1 = return, 2 = break, 3 = continue

Implementation

int catchControlFlowOutcome = -1;