()
| 168 | configurable: true, |
| 169 | enumerable: true, |
| 170 | get() { |
| 171 | return idlUtils.tryWrapperForImpl(getCurrentEventHandlerValue(window, event)); |
| 172 | }, |
| 173 | set(V) { |
| 174 | if (!idlUtils.isObject(V)) { |
| 175 | V = null; |
nothing calls this directly
no outgoing calls
no test coverage detected