Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
V0164: @@toPrimitive is not implemented
The specification states:
-
7.1.1 ToPrimitive ( input [, PreferredType] ) The abstract operation ToPrimitive takes an input argument and an optional argument PreferredType. The abstract operation ToPrimitive converts its input argument to a non-Object type. If an object is capable of converting to more than one primitive type, it may use the optional hint PreferredType to favour that type. Conversion occurs according to ...: ... ... Type(input) is Object ... ... ... Let exoticToPrim be ? GetMethod(input, @@toPrimitive).
EdgeHTML Mode
@@toPrimitive is not implemented.