toPrimitive property

Symbol get toPrimitive

A method that converts an object to a corresponding primitive value. Called by the ToPrimitive abstract operation. A method that converts an object to a corresponding primitive value. Called by the ToPrimitive abstract operation.

Implementation

static _i2.Symbol get toPrimitive => _i6.getProperty(
      _i7.target26,
      'toPrimitive',
    );