(leave, enter, from, to)
| 2876 | } |
| 2877 | |
| 2878 | function accumulateEnterLeaveDispatches(leave, enter, from, to) { |
| 2879 | traverseEnterLeave(from, to, accumulateDispatches, leave, enter); |
| 2880 | } |
| 2881 | |
| 2882 | function accumulateDirectDispatches(events) { |
| 2883 | forEachAccumulated(events, accumulateDirectDispatchesSingle); |
no test coverage detected