MCPcopy Index your code
hub / github.com/nodejs/node / getGlobalIteratorYieldResultType

Function getGlobalIteratorYieldResultType

test/fixtures/snapshot/typescript.js:60753–60755  ·  view source on GitHub ↗
(reportErrors)

Source from the content-addressed store, hash-verified

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 }

Callers 1

Calls 1

getGlobalTypeFunction · 0.85

Tested by

no test coverage detected