Variable

Gjsgjs/systemdefaultConst

default: {
    addressOf: typeof addressOf;
    addressOfGObject: typeof addressOfGObject;
    breakpoint: typeof breakpoint;
    clearDateCaches: typeof clearDateCaches;
    dumpHeap: typeof dumpHeap;
    dumpMemoryInfo: typeof dumpMemoryInfo;
    exit: typeof exit;
    gc: typeof gc;
    programArgs: typeof programArgs;
    programInvocationName: typeof programInvocationName;
    programPath: typeof programPath;
    refcount: typeof refcount;
    version: typeof version;
}

The System module provides common low-level facilities such as access to process arguments and exit(), as well as a number of useful functions and properties for debugging.

Note that the majority of the functions and properties in this module should not be used in normal operation of a GJS application.

Type Declaration