[][src]Module lovm2::code

runnable bytecode objects

Structs

CodeObject

CodeObject contains the bytecode as well as all the data used by it.

CodeObjectFunction

implements CallProtocol to allow execution of bytecode from a certain offset.

Traits

CallProtocol

generalization for runnable objects

Type Definitions

CallableRef

generic object implementing the CallProtocol