mainGlobalobject | _main.t[1182] |
Superclass Tree | Property Summary | Method Summary | Property Details | Method Details |
mainGlobal : object
mainRestoreFunc
preinited_
reflectionObj
restartID
mainRestoreFunc | _main.t[1212] |
preinited_ | _main.t[1184] |
reflectionObj | _main.t[1196] |
We use this so that we don't require the reflection module to be included. If the module isn't included, this will be nil, so we'll know not to use reflection. If this is not nil, we'll know we can use reflection services.
restartID | _main.t[1209] |
The restart ID is the only information that survives across a restart boundary. Other than this, entering via a restart is exactly like loading the program from scratch; all other information about the program state before the restart is lost in the restart operation.
(none)