Stackframe

Represents a single stack frame

Members

Variables

func
FunctionValue func;

The function that is in charge of this stack frame

id
UUID id;

The ID of the engine running this stack frame

ip
size_t ip;

The current instruction pointer of the function

Meta