(instance)
| 5825 | } |
| 5826 | |
| 5827 | function releaseTopLevelCallbackBookKeeping(instance) { |
| 5828 | instance.topLevelType = null; |
| 5829 | instance.nativeEvent = null; |
| 5830 | instance.targetInst = null; |
| 5831 | instance.ancestors.length = 0; |
| 5832 | if (callbackBookkeepingPool.length < CALLBACK_BOOKKEEPING_POOL_SIZE) { |
| 5833 | callbackBookkeepingPool.push(instance); |
| 5834 | } |
| 5835 | } |
| 5836 | |
| 5837 | function handleTopLevel(bookKeeping) { |
| 5838 | var targetInst = bookKeeping.targetInst; |