()
| 2223 | frameInterval = 5, |
| 2224 | startTime = -1; |
| 2225 | function shouldYieldToHost() { |
| 2226 | return exports.unstable_now() - startTime < frameInterval ? !1 : !0; |
| 2227 | } |
| 2228 | function performWorkUntilDeadline() { |
| 2229 | if (isMessageLoopRunning) { |
| 2230 | var currentTime = exports.unstable_now(); |
no outgoing calls
no test coverage detected
searching dependent graphs…