GrStackFrame

Represents a single function context in the callStack.

Members

Variables

deferStack
uint[] deferStack;

All current function deferred blocks.

exceptionHandlers
uint[] exceptionHandlers;

All current function exception handling blocks.

flocalStackSize
uint flocalStackSize;

Size of the locals in the calling function.

ilocalStackSize
uint ilocalStackSize;
olocalStackSize
uint olocalStackSize;

Size of the locals in the calling function.

retPosition
uint retPosition;

PC to jumps back to.

slocalStackSize
uint slocalStackSize;

Size of the locals in the calling function.

Meta