slot
fun slot( slotIndex: Int, afterPc: Int, optionalName: String?): L2SemanticValue
Content copied to clipboard
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
slot Index
The subscript of the slot to retrieve from the virtual continuation running for this frame.
after Pc
The level-one A_Continuation.pc just after the nybblecode instruction that produced the value in this slot.
optional Name
Either a String providing a naming hint for this slot, or null.