Searched defs:handlerList (Results 1 – 3 of 3) sorted by relevance
95 const handlerList: Function[] = events[type] || []; constant107 const handlerList: Function[] = events[type]; constant
282 const handlerList = events[type]; constant305 const handlerList = events[type]; constant366 const handlerList = events[type] || []; constant393 const handlerList = events[type]; constant
2167 def shutdown(handlerList=_handlerList): argument