levelTwoOffset

fun A_Continuation.levelTwoOffset(): Int

The offset within the L2Chunk at which to resume level two execution when this continuation is to be resumed. Note that the chunk might have become invalidated, so check L2Chunk.isValid) before attempting to resume it.

Return

The index of the L2Instruction at which to resume level two execution if the L2Chunk is still valid.