Constructors
constructor
- new Runtime(options?): Runtime
Methods
__getClassname
- __getClassname(): string
Returns string
free
- free(): void
Returns void
Static
global
- global(initialize?): undefined | Runtime
Parameters
Optional
initialize: boolean
Returns undefined | Runtime
Get a reference to the global runtime, optionally initializing it if requested.