Array.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 Array object instance is a member of. The reserved words suggest that in the future, this property may be externalized.

See also:Array object, Class

Property attributes:

DontEnum, Internal.

Cross-references:

ECMA 262 edition 2 - section - 8.6.2

ECMA 262 edition 2 - section - 15.4.2.1

ECMA 262 edition 3 - section - 8.6.2