()
| 232 | define_property(event, 'currentTarget', { |
| 233 | configurable: true, |
| 234 | get() { |
| 235 | return current_target || owner_document; |
| 236 | } |
| 237 | }); |
| 238 | |
| 239 | // This started because of Chromium issue https://chromestatus.com/feature/5128696823545856, |
no outgoing calls
no test coverage detected