MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / runExtractedEventsInBatch

Function runExtractedEventsInBatch

code/new-context-api/public/app.js:1763–1766  ·  view source on GitHub ↗
(topLevelType, targetInst, nativeEvent, nativeEventTarget)

Source from the content-addressed store, hash-verified

1761}
1762
1763function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
1764 var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
1765 runEventsInBatch(events, false);
1766}
1767
1768var EventPluginHub = Object.freeze({
1769 injection: injection,

Callers 1

handleTopLevelFunction · 0.70

Calls 2

extractEventsFunction · 0.70
runEventsInBatchFunction · 0.70

Tested by

no test coverage detected