Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts27183 const isAsyncGenerator = (functionFlags & FunctionFlags.Async) !== 0; constant
27222 const isAsyncGenerator = (functionFlags & FunctionFlags.Async) !== 0; constant
/third_party/typescript/lib/
DtypingsInstaller.js70526 …peForContextualIterationTypeIfNeeded(type, contextualSignatureReturnType, kind, isAsyncGenerator) { argument
81493 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument
87479 function getIterationTypeOfGeneratorFunctionReturnType(kind, returnType, isAsyncGenerator) { argument
87486 function getIterationTypesOfGeneratorFunctionReturnType(type, isAsyncGenerator) { argument
Dtsc.js59048 …peForContextualIterationTypeIfNeeded(type, contextualSignatureReturnType, kind, isAsyncGenerator) { argument
68498 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument
73576 function getIterationTypeOfGeneratorFunctionReturnType(kind, returnType, isAsyncGenerator) { argument
73583 function getIterationTypesOfGeneratorFunctionReturnType(type, isAsyncGenerator) { argument