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 => _i3.getProperty(
_i6.target26,
'toPrimitive',
);