()
| 344 | HTMLElement: function HTMLElement() {}, |
| 345 | MutationObserver: function MutationObserver() { |
| 346 | return makeNoopProxy({ observe() {}, disconnect() {} }); |
| 347 | }, |
| 348 | IntersectionObserver: function IntersectionObserver() { |
| 349 | return makeNoopProxy({ observe() {}, disconnect() {} }); |
nothing calls this directly
no outgoing calls
no test coverage detected