Documentation ¶
Index ¶
Constants ¶
View Source
const GlobalSize = 65536
View Source
const MaxFrames = 1024
View Source
const StackSize = 2048
Variables ¶
View Source
var False = &object.Boolean{Value: false}
View Source
var Null = &object.Null{}
View Source
var True = &object.Boolean{Value: true}
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 {
// contains filtered or unexported fields
}
func NewWithGlobalsStore ¶
func (*VM) LastPoppedStackElem ¶
Click to show internal directories.
Click to hide internal directories.