heapTotal property

num get heapTotal

The total size of the heap for V8, in bytes.

Implementation

_i2.num get heapTotal => _i3.getProperty(
      this,
      'heapTotal',
    );
set heapTotal (num value)

Implementation

set heapTotal(_i2.num value) {
  _i3.setProperty(
    this,
    'heapTotal',
    value,
  );
}