heapUsed property

num get heapUsed

The amount of the heap used for V8, in bytes.

Implementation

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

Implementation

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