Companion

object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The number of arguments that this code expects.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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