Home
last modified time | relevance | path

Searched defs:isAsyncGenerator (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts27224 const isAsyncGenerator = (functionFlags & FunctionFlags.Async) !== 0; constant
27263 const isAsyncGenerator = (functionFlags & FunctionFlags.Async) !== 0; constant
/third_party/typescript/lib/
Dtsc.js59227 …peForContextualIterationTypeIfNeeded(type, contextualSignatureReturnType, kind, isAsyncGenerator) { argument
68697 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument
73775 function getIterationTypeOfGeneratorFunctionReturnType(kind, returnType, isAsyncGenerator) { argument
73782 function getIterationTypesOfGeneratorFunctionReturnType(type, isAsyncGenerator) { argument
DtypingsInstaller.js70721 …peForContextualIterationTypeIfNeeded(type, contextualSignatureReturnType, kind, isAsyncGenerator) { argument
81708 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument
87694 function getIterationTypeOfGeneratorFunctionReturnType(kind, returnType, isAsyncGenerator) { argument
87701 function getIterationTypesOfGeneratorFunctionReturnType(type, isAsyncGenerator) { argument