extractDumpedObjectAt

abstract fun extractDumpedObjectAt(index: Int): AvailObject

Given a continuation register dump, extract the object at the given slot index.

Return

The extracted AvailObject.

Parameters

index

The index at which to extract an AvailObject.