(events)
| 2765 | } |
| 2766 | |
| 2767 | function accumulateTwoPhaseDispatches(events) { |
| 2768 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle); |
| 2769 | } |
| 2770 | |
| 2771 | function accumulateTwoPhaseDispatchesSkipTarget(events) { |
| 2772 | forEachAccumulated(events, accumulateTwoPhaseDispatchesSingleSkipTarget); |
no test coverage detected