Documentation ¶
Index ¶
Constants ¶
View Source
const ( StackSize = 2048 GlobalSize = 65536 MaxFrames = 1024 )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
func (*Frame) Instructions ¶
func (f *Frame) Instructions() code.Instructions
type VM ¶
type VM struct { *State // contains filtered or unexported fields }
func NewWithState ¶ added in v1.2.0
func (*VM) LastPoppedStackElem ¶
Click to show internal directories.
Click to hide internal directories.