Construct (Property/internal)

An object constructor call.

Availability:

ECMAScript edition - 2

The internal constructor is invoked via the new operator.

This is not implemented by all objects. Those that do support it are called constructor objects. In other languages these might be called factory objects.

Warnings:

See also:Constructor function, constructor property, Internal Method

Property attributes:

DontEnum.

Cross-references:

ECMA 262 edition 2 - section - 15

ECMA 262 edition 3 - section - 15.1.4