()
| 60777 | return deferredGlobalAwaitedSymbol === unknownSymbol ? undefined : deferredGlobalAwaitedSymbol; |
| 60778 | } |
| 60779 | function getGlobalBigIntType() { |
| 60780 | return (deferredGlobalBigIntType || (deferredGlobalBigIntType = getGlobalType("BigInt", /*arity*/ 0, /*reportErrors*/ false))) || emptyObjectType; |
| 60781 | } |
| 60782 | /** |
| 60783 | * Instantiates a global type that is generic with some element type, and returns that instantiation. |
| 60784 | */ |
no test coverage detected
searching dependent graphs…