becomeIndirectionTo

abstract fun becomeIndirectionTo(anotherObject: A_BasicObject)

Turn the receiver into an indirection to the specified object.

WARNING: This alters the receiver's slots and descriptor.

WARNING: A shared object may not become an indirection. The caller must ensure that this method is not sent to a shared object.

Parameters

anotherObject

An object.