15.7.4.4 Number.prototype.valueOf()

2010-07-11

number Number.prototype.valueOf()

Returns the number value of this object. this.[[PrimitiveValue]] to be precise.

This object must be a Number or an Object with [[Class]] set to "Number".