MCPcopy Create free account
hub / github.com/microsoft/SandDance / addEventPoolingTo

Function addEventPoolingTo

docs/external/js/react-dom.development.js:8722–8726  ·  view source on GitHub ↗
(EventConstructor)

Source from the content-addressed store, hash-verified

8720 }
8721
8722 function addEventPoolingTo(EventConstructor) {
8723 EventConstructor.eventPool = [];
8724 EventConstructor.getPooled = getPooledEvent;
8725 EventConstructor.release = releasePooledEvent;
8726 }
8727
8728 /**
8729 * @interface Event

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected