15.6.5 Properties of Boolean instances

2010-07-11

boolean.[[Class]] = "Boolean"
boolean.[[PrimitiveValue]] = either true or false

They also inherit properties from the Boolean prototype object.