[][src]Module lovm2::code

runnable bytecode objects

Structs

CodeObject

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

CodeObjectBuilder

Traits

CallProtocol

generalization for runnable objects

Type Definitions

CodeObjectRef
ExternFunction

definition for dynamically linked function

StaticFunction

definition for statically linked function