Function
| Module | ejs |
| Namespace | intrinsic |
| Definition | final class Function |
| Inheritance | Function 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
| Qualifiers | Property | Type | Description |
|---|---|---|---|
| No properties defined | |||
Function Methods
| Qualifiers | Method |
|---|---|
| No methods defined | |