class Vm::Frame

Defined in:

vm.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

also(& : self | Nil -> _) : self also, or_else(alternative) or_else

Constructor Detail

def self.new(cl : Objects::MClosure, base_pointer : Int32) #

[View source]

Instance Method Detail

def base_pointer : Int32 #

[View source]
def cl : Objects::MClosure #

[View source]
def instructions : Instructions #

[View source]
def ip : Int32 #

[View source]
def ip=(ip : Int32) #

[View source]