F > Function.prototype

 

Function.prototype

Availability

Flash Player 6.

Usage

myFunction.prototype

Description

Property; in a constructor function, the prototype property refers to an object that is the prototype of the constructed class. Each instance of the class that is created by the constructor function inherits all the properties and methods from the prototype object.