()
| 564 | static [kIsEventTarget] = true; |
| 565 | |
| 566 | constructor() { |
| 567 | initEventTarget(this); |
| 568 | } |
| 569 | |
| 570 | [kNewListener](size, type, listener, once, capture, passive, weak) { |
| 571 | if (this[kMaxEventTargetListeners] > 0 && |
nothing calls this directly
no test coverage detected