newObjectIndexedIntegerIndexedDescriptor

fun newObjectIndexedIntegerIndexedDescriptor(    variableObjectSlots: Int,     variableIntegerSlots: Int,     descriptor: AbstractDescriptor): AvailObject

Create a new AvailObject with the specified descriptor, the specified number of object slots, and the specified number of integer slots.

Return

A new AvailObject.

Parameters

variableObjectSlots

The number of object slots.

variableIntegerSlots

The number of integer slots

descriptor

A descriptor.