(reportErrors)
| 60724 | return deferredGlobalPromiseConstructorSymbol || (deferredGlobalPromiseConstructorSymbol = getGlobalValueSymbol("Promise", reportErrors)); |
| 60725 | } |
| 60726 | function getGlobalPromiseConstructorLikeType(reportErrors) { |
| 60727 | return (deferredGlobalPromiseConstructorLikeType || (deferredGlobalPromiseConstructorLikeType = getGlobalType("PromiseConstructorLike", /*arity*/ 0, reportErrors))) || emptyObjectType; |
| 60728 | } |
| 60729 | function getGlobalAsyncIterableType(reportErrors) { |
| 60730 | return (deferredGlobalAsyncIterableType || (deferredGlobalAsyncIterableType = getGlobalType("AsyncIterable", /*arity*/ 1, reportErrors))) || emptyGenericType; |
| 60731 | } |
no test coverage detected
searching dependent graphs…