Boolean.Class (Property/internal)

Internal property that returns an object class.

Availability:

ECMAScript edition - 2

This is an internal property that describes the class that an instance of a Boolean object is a member of. The reserved words suggest that this property may be externalized in the future.

See also:Boolean.constructor, Class

Property attributes:

DontEnum, Internal.

Cross-references:

ECMA 262 edition 2 - section - 15.6.4