findSignalHandlerIndexByHandle
findSignalHandlerIndexByHandle(handlers, f, [thisArg]) ⇒ number
Kind: global function
Returns: number
- index of the handler, or -1 if not found
Param | Type |
---|---|
handlers | Array.<SignalHandler> |
f | function |
[thisArg] | * |