(reportErrors)
| 60751 | return (deferredGlobalGeneratorType || (deferredGlobalGeneratorType = getGlobalType("Generator", /*arity*/ 3, reportErrors))) || emptyGenericType; |
| 60752 | } |
| 60753 | function getGlobalIteratorYieldResultType(reportErrors) { |
| 60754 | return (deferredGlobalIteratorYieldResultType || (deferredGlobalIteratorYieldResultType = getGlobalType("IteratorYieldResult", /*arity*/ 1, reportErrors))) || emptyGenericType; |
| 60755 | } |
| 60756 | function getGlobalIteratorReturnResultType(reportErrors) { |
| 60757 | return (deferredGlobalIteratorReturnResultType || (deferredGlobalIteratorReturnResultType = getGlobalType("IteratorReturnResult", /*arity*/ 1, reportErrors))) || emptyGenericType; |
| 60758 | } |
no test coverage detected