Function property (Definition)

A property belonging to an object which can be called as a function.

Availability:

ECMAScript edition - 2

Function properties are implemented as function objects stored as the value of a named property within an object.

See also:Call, escape(), eval(), Function call, Function call operator ( ), isFinite(), isNaN(), parseInt(), unescape()

Cross-references:

ECMA 262 edition 2 - section - 15.1.2

ECMA 262 edition 3 - section - 15.1.2