Function

Moduleejs
Namespaceintrinsic
Definitionfinal class Function
InheritanceFunction inherit Object

The Function type is used to represent closures, function expressions and class methods.

It contains a reference to the code to execute, the execution scope and possibly a bound "this" reference.


Properties

QualifiersPropertyTypeDescription
No properties defined

Function Methods

QualifiersMethod
No methods defined