(thenable)
| 6170 | SuspenseyCommitException = Error(formatProdErrorMessage(474)), |
| 6171 | noopSuspenseyCommitThenable = { then: function () {} }; |
| 6172 | function isThenableResolved(thenable) { |
| 6173 | thenable = thenable.status; |
| 6174 | return "fulfilled" === thenable || "rejected" === thenable; |
| 6175 | } |
| 6176 | function noop$3() {} |
| 6177 | function trackUsedThenable(thenableState, thenable, index) { |
| 6178 | index = thenableState[index]; |
no outgoing calls
no test coverage detected
searching dependent graphs…