(topLevelType, nativeEvent)
| 6166 | } |
| 6167 | |
| 6168 | function dispatchInteractiveEvent(topLevelType, nativeEvent) { |
| 6169 | interactiveUpdates(dispatchEvent, topLevelType, nativeEvent); |
| 6170 | } |
| 6171 | |
| 6172 | function dispatchEvent(topLevelType, nativeEvent) { |
| 6173 | if (!_enabled) { |
nothing calls this directly
no test coverage detected