(e)
| 3088 | this.handlers[e] && (this.handlers[e] = null) |
| 3089 | } |
| 3090 | forEach(e) { |
| 3091 | for (let t = 0; t < this.handlers.length; t += 1) { |
| 3092 | const r = this.handlers[t]; |
| 3093 | r && e(r) |
| 3094 | } |
| 3095 | } |
| 3096 | } |
| 3097 | |
| 3098 | function r() { |
no test coverage detected