15.7.5 Properties of Number instances

2010-07-11

Number instances inherit from the Number prototype object.

number.[[Class]] = "Number"

number.[[PrimitiveValue]] is the actual value of the number, a number primitive.