Adds an object and its related info to the registry
Calls delete
on a specific object within the registry
Calls delete
on instances of IDeletable objects within the registry
Calls delete
on instances of Web Assembly objects within the registry
Returns the state of the registry
Outputs the state of registry to the console
The callback executed when an object is being garbage collected
Removes the object from the undeleted objects collection
Generated using TypeDoc
ObjectRegistry represents a structure for storing object lifecycle info. Adding an object to the registry will place it into a category of undeleted until it is remove from the registry. Also the object will be placed into a category of uncollected until it is disposed by garbage collector.