callStack property

List<int> callStack
final

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

Implementation

final callStack = <int>[0];