dispatchViaProxy
Constants
- dispatch_stack :
Array.<SignalHandler>
Common dispatch stack
Functions
dispatch_stack : Array.<SignalHandler>
Common dispatch stack
Kind: global constant
Read only: true
dispatchCallback(f, context, args)
Kind: global function
| Param | Type |
|---|---|
| f | function |
| context | * |
| args | Array |
dispatchViaProxy(handlers, [args])
Kind: global function
| Param | Type |
|---|---|
| handlers | Array.<SignalHandler> |
| [args] | Array |