frameAt

fun A_Continuation.frameAt(index: Int): AvailObject

Answer the continuation frame slot at the given index. The frame slots are numbered starting at 1, and consist of the arguments, primitive failure variable (if defined), locals, and then an operand stack that grows from the top down.

Return

The continuation's slot at the specified index.

Parameters

index

The one-based index into this frame data.