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