Class |
Function | |||||||||||||||||||||||||||
Wraps a built-in or JavaScript function. | ||||||||||||||||||||||||||||
QuickLinks |
Function, apply, call, toSource, toString | |||||||||||||||||||||||||||
Properties |
| |||||||||||||||||||||||||||
Methods | ConstructorFunction Function (arguments: string, body: string) The Function constructor parses the argument list and creates a Function object.
Instancesany apply (thisObj:
Object, args:
Array)
any call (thisObj:
Object, argument:
any)
string toSource () string toString () | |||||||||||||||||||||||||||
Element of |
EventListener.handler Object.constructor | |||||||||||||||||||||||||||
Used in: | void Array.sort (userFunction: Function) void Object.watch (name: string, func: Function) | |||||||||||||||||||||||||||
Return |
Function Function.Function (arguments: string, body: string) |
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |