(callback, ms)
| 2316 | ((isMessageLoopRunning = !0), schedulePerformWorkUntilDeadline()); |
| 2317 | } |
| 2318 | function requestHostTimeout(callback, ms) { |
| 2319 | taskTimeoutID = localSetTimeout(function () { |
| 2320 | callback(exports.unstable_now()); |
| 2321 | }, ms); |
| 2322 | } |
| 2323 | exports.unstable_IdlePriority = 5; |
| 2324 | exports.unstable_ImmediatePriority = 1; |
| 2325 | exports.unstable_LowPriority = 4; |
no outgoing calls
no test coverage detected
searching dependent graphs…