setVolatileSlot

fun setVolatileSlot(field: ObjectSlotsEnum, subscript: Int, anAvailObject: A_BasicObject)

Store the AvailObject in the specified slot of the receiver. Use volatile write semantics.

Parameters

field

An enumeration value that defines the field ordering.

subscript

The one-based subscript to offset the field.

anAvailObject

The object to store at the specified slot.


fun setVolatileSlot(field: ObjectSlotsEnum, anAvailObject: A_BasicObject)

Store the AvailObject in the specified slot of the receiver. Use volatile write semantics.

Parameters

field

An enumeration value that defines the field ordering.

anAvailObject

The object to store at the specified slot.