MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / runExtractedEventsInBatch

Function runExtractedEventsInBatch

code/third-party/public/app.js:1635–1638  ·  view source on GitHub ↗
(topLevelType, targetInst, nativeEvent, nativeEventTarget)

Source from the content-addressed store, hash-verified

1633}
1634
1635function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
1636 var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
1637 runEventsInBatch(events, false);
1638}
1639
1640var EventPluginHub = Object.freeze({
1641 injection: injection,

Callers 1

handleTopLevelFunction · 0.70

Calls 2

extractEventsFunction · 0.70
runEventsInBatchFunction · 0.70

Tested by

no test coverage detected