Companion

object Companion

Properties

Link copied to clipboard
val FRAME_SLOTS: BitField

The number of frame slots to allocate for continuations running this code.

Link copied to clipboard
val HASH: BitField

The hash value of this compiled. It is computed at construction time.

Link copied to clipboard
val NUM_ARGS: BitField

The number of arguments that this code expects.

Link copied to clipboard
val NUM_CONSTANTS: BitField

The number of local constants declared in this code. These occur in the frame after the arguments and local variables.

Link copied to clipboard
val NUM_LOCALS: BitField

The number of local variables declared in this code. This does not include arguments or local constants.

Link copied to clipboard
val NUM_OUTERS: BitField

The number of outer variables that must be captured by my functions.