create Register Dump
fun createRegisterDump(objects: Array<AvailObject>, longs: LongArray): AvailObject
Content copied to clipboard
Create a new register dump AvailObject with the given data. If both arrays are empty, answer nil.
Return
The new register dump object or nil.
Parameters
objects
The array of AvailObjects to capture.
longs
The array of Longs to capture.