finishInitializingPrimitiveTypeWithParent

fun finishInitializingPrimitiveTypeWithParent(self: AvailObject, parentType: A_Type)

Complete the given partially-initialized primitive type. Set the type's parent and (shared) descriptor. Don't force the parent to be shared yet if it isn't.

Parameters

parentType

The parent of this object, not necessarily shared.