NaVM._jumpStack

for storing pointers before jumping

class NaVM
protected
ArrayStack!StackFrame _jumpStack;

Meta