(handlers)
| 214 | } |
| 215 | |
| 216 | push(handlers) { |
| 217 | if (!handlers._name) { |
| 218 | handlers._name = `mode-${this.id}`; |
| 219 | } |
| 220 | return this.handlers.push(handlerStack.push(handlers)); |
| 221 | } |
| 222 | |
| 223 | unshift(handlers) { |
| 224 | if (!handlers._name) { |
no outgoing calls
no test coverage detected