Boolean new Boolean([value:boolean|mixed])
Returns a new Boolean object with the value coerced to boolean as its [[PrimitiveValue]].
[[Prototype]] is the built-in Boolean prototype object (15.6.3.1).
[[Class]] = "Boolean"
[[PrimitiveValue]] = ToBoolean(value)
[[Extensible]] = true