MCPcopy Index your code
hub / github.com/microsoft/SandDance / queueDiscreteEvent

Function queueDiscreteEvent

docs/external/js/react-dom.development.js:3849–3852  ·  view source on GitHub ↗
(blockedOn, topLevelType, eventSystemFlags, container, nativeEvent)

Source from the content-addressed store, hash-verified

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) {

Callers 1

dispatchEventFunction · 0.85

Calls 1

Tested by

no test coverage detected