()
| 6227 | } |
| 6228 | var suspendedThenable = null; |
| 6229 | function getSuspendedThenable() { |
| 6230 | if (null === suspendedThenable) throw Error(formatProdErrorMessage(459)); |
| 6231 | var thenable = suspendedThenable; |
| 6232 | suspendedThenable = null; |
| 6233 | return thenable; |
| 6234 | } |
| 6235 | var thenableState$1 = null, |
| 6236 | thenableIndexCounter$1 = 0; |
| 6237 | function unwrapThenable(thenable) { |
no test coverage detected
searching dependent graphs…