(handlers)
| 221 | } |
| 222 | |
| 223 | unshift(handlers) { |
| 224 | if (!handlers._name) { |
| 225 | handlers._name = `mode-${this.id}`; |
| 226 | } |
| 227 | this.handlers.push(handlerStack.unshift(handlers)); |
| 228 | } |
| 229 | |
| 230 | onExit(handler) { |
| 231 | this.exitHandlers.push(handler); |
no test coverage detected