Class Function

Object
   |
   +--Function

class Function

 
Method Summary * Parameter types in italic indicate optional parameters
 Function createCallback()
   Creates a callback that passes arguments[0], arguments[1], arguments[2], ...
 Function createDelegate(<Object> obj, <Array> args, <Boolean> appendArgs)
   Creates a delegate (callback) that sets the scope to obj.
 Function createInterceptor(<Function> fcn, <Object> scope)
   Creates an interceptor function.
 Function createSequence(<Function> fcn, <Object> scope)
   Create a combined function call sequence of the original function + the passed function.


Method Detail

createCallback

Function createCallback()

createDelegate

Function createDelegate(<Object> obj, <Array> args, <Boolean> appendArgs)

createInterceptor

Function createInterceptor(<Function> fcn, <Object> scope)

createSequence

Function createSequence(<Function> fcn, <Object> scope)


Documentation generated by JSDoc on Sat Oct 14 06:07:10 2006