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