()
| 60677 | return symbol || reportErrors ? getTypeOfGlobalSymbol(symbol, arity) : undefined; |
| 60678 | } |
| 60679 | function getGlobalTypedPropertyDescriptorType() { |
| 60680 | // We always report an error, so store a result in the event we could not resolve the symbol to prevent reporting it multiple times |
| 60681 | return deferredGlobalTypedPropertyDescriptorType || (deferredGlobalTypedPropertyDescriptorType = getGlobalType("TypedPropertyDescriptor", /*arity*/ 1, /*reportErrors*/ true) || emptyGenericType); |
| 60682 | } |
| 60683 | function getGlobalTemplateStringsArrayType() { |
| 60684 | // We always report an error, so store a result in the event we could not resolve the symbol to prevent reporting it multiple times |
| 60685 | return deferredGlobalTemplateStringsArrayType || (deferredGlobalTemplateStringsArrayType = getGlobalType("TemplateStringsArray", /*arity*/ 0, /*reportErrors*/ true) || emptyObjectType); |
no test coverage detected
searching dependent graphs…