@eagleoutice/flowr - v2.10.9
    Preparing search index...

    Interface GasHeapStatistics

    Heap statistics used for gas memory checks (field names follow the v8 API).

    interface GasHeapStatistics {
        heap_size_limit: number;
        used_heap_size: number;
    }
    Index

    Properties

    heap_size_limit: number
    used_heap_size: number