slot

fun slot(    slotIndex: Int,     afterPc: Int,     optionalName: String?): L2SemanticValue

Answer the L2SemanticValue representing one of this frame's slots, as of just after the particular nybblecode that wrote it.

Return

The L2SemanticValue representing the specified slot.

Parameters

slotIndex

The subscript of the slot to retrieve from the virtual continuation running for this frame.

afterPc

The level-one A_Continuation.pc just after the nybblecode instruction that produced the value in this slot.

optionalName

Either a String providing a naming hint for this slot, or null.