new Object Indexed Integer Indexed Descriptor
fun newObjectIndexedIntegerIndexedDescriptor( variableObjectSlots: Int, variableIntegerSlots: Int, descriptor: AbstractDescriptor): AvailObject
Content copied to clipboard
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
variable Object Slots
The number of object slots.
variable Integer Slots
The number of integer slots
descriptor
A descriptor.