Object.__proto__ (Property)

A special property in which to access the prototype inheritance chain during construction.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:Function object
JavaScript syntax:NmyObject.__proto__

See also:Lexical scoping, Prototype Based Inheritance, Prototype chain

Refer to:

__proto__