Module frames

Source
Expand description

The frames module, which contains the frame struct. Frames are used when the VM jumps to a label. The Frame strut maintains information about the current frame. This includes caller position, parameters, and local variables.

Structsยง

Frame