()
| 2027 | } |
| 2028 | } |
| 2029 | function queueFlush() { |
| 2030 | if (!currentFlushPromise) { |
| 2031 | currentFlushPromise = resolvedPromise.then(flushJobs); |
| 2032 | } |
| 2033 | } |
| 2034 | function queuePostFlushCb(cb) { |
| 2035 | if (!isArray(cb)) { |
| 2036 | if (activePostFlushCbs && cb.id === -1) { |
no outgoing calls
no test coverage detected