()
| 22996 | )); |
| 22997 | } |
| 22998 | function createThenableState() { |
| 22999 | return { didWarnAboutUncachedPromise: !1, thenables: [] }; |
| 23000 | } |
| 23001 | function isThenableResolved(thenable) { |
| 23002 | thenable = thenable.status; |
| 23003 | return "fulfilled" === thenable || "rejected" === thenable; |
no outgoing calls
no test coverage detected
searching dependent graphs…