Versions in this module Expand all Collapse all v0 v0.5.1 Jul 1, 2026 Changes in this version + const AbortCheck + const AccessIndex + const AccessSelector + const AndJump + const BinaryOp + const CallFunction + const CallMethod + const Contains + const Defer + const DeferMethod + const DefineLocal + const Equal + const FormatRuntimeSpec + const FormatStaticSpec + const Immutable + const ImportBuiltinModule + const IterInit + const IterKey + const IterNext + const IterValue + const Jump + const JumpFalsy + const LoadBuiltinFunction + const LoadFree + const LoadFreePtr + const LoadGlobal + const LoadLocal + const LoadLocalPtr + const LoadStaticBytes + const LoadStaticCompiledFunction + const LoadStaticDecimal + const LoadStaticFormatSpec + const LoadStaticPrimitive + const LoadStaticRunes + const LoadStaticString + const LoadStaticTime + const MakeArray + const MakeClosure + const MakeRecord + const NotEqual + const OpConditional + const OpFallThrough + const OpTerminating + const OpUnconditional + const OpUnknown + const OrJump + const Pop + const PushBool + const PushByte + const PushInt + const PushRune + const PushUndefined + const Return + const Slice + const SliceStep + const StoreFree + const StoreGlobal + const StoreIndexedFree + const StoreIndexedGlobal + const StoreIndexedLocal + const StoreLocal + const Suspend + const UnaryBitNot + const UnaryNeg + const UnaryNot + var Opcodes = [...]OpDescr + type Instruction struct + Op Opcode + Op1 uint8 + Op2 uint16 + Op3 uint32 + func (i *Instruction) DecodeBinary(data []byte) error + func (i *Instruction) GobDecode(data []byte) error + func (i Instruction) EncodeBinary() ([]byte, error) + func (i Instruction) GobEncode() ([]byte, error) + func (i Instruction) String() string + type Instructions []Instruction + func (is *Instructions) DecodeBinary(data []byte) error + func (is *Instructions) GobDecode(data []byte) error + func (is Instructions) EncodeBinary() ([]byte, error) + func (is Instructions) Equal(other Instructions) bool + func (is Instructions) GobEncode() ([]byte, error) + func (is Instructions) String() string + type OpClass byte + type OpDescr struct + Class OpClass + Name string + type Opcode byte + func (op Opcode) Class() OpClass + func (op Opcode) String() string