(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent)
| 3847 | } |
| 3848 | |
| 3849 | function queueDiscreteEvent(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent) { |
| 3850 | var queuedEvent = createQueuedReplayableEvent(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent); |
| 3851 | queuedDiscreteEvents.push(queuedEvent); |
| 3852 | } // Resets the replaying for this type of continuous event to no event. |
| 3853 | |
| 3854 | function clearIfContinuousEvent(topLevelType, nativeEvent) { |
| 3855 | switch (topLevelType) { |
no test coverage detected