catchStack property

List<List<int>> catchStack
final

The program's catch stack. If a function throws it will pop the last element from this stack and set _prOffset to the popped value.

Implementation

final catchStack = <List<int>>[];