(queuedEvent)
| 4115 | } |
| 4116 | |
| 4117 | var unblock = function (queuedEvent) { |
| 4118 | return scheduleCallbackIfUnblocked(queuedEvent, unblocked); |
| 4119 | }; |
| 4120 | |
| 4121 | queuedPointers.forEach(unblock); |
| 4122 | queuedPointerCaptures.forEach(unblock); |
nothing calls this directly
no test coverage detected