IonizeDocsionize.cc ↗

Debug Library

debug.getregistry

Returns the global registry table. The registry is used to store references. Any object referenced in the registry will never be collected by the garbage collector, as the registry itself will never be collected. Thus a strong reference will always be held.

debug.getregistry(): { [any]: any }

Also available as getregistry