Object | +-Function public dynamic class Function extends Object
Both user-defined and built-in functions in ActionScript are represented by Function objects, which are instances of the Function class.
Properties inherited from class Object
|
constructor (Object.constructor property), __proto__ (Object.__proto__ property), prototype (Object.prototype property), __resolve (Object.__resolve property) |
|
Modifiers |
Signature |
Description |
|---|---|---|
|
|
Specifies the value of thisObject to be used within any function that ActionScript calls. |
|
|
|
Invokes the function represented by a Function object. |
Methods inherited from class Object