StackFrame

for storing a stack frame in stack

Members

Variables

argument
NaData* argument;

argument for that instruction

instruction
void delegate()* instruction;

instruction

stackIndex
uinteger stackIndex;

stack index relative to which some instructions will pushFrom/writeTo

Meta