Searched defs:isAsyncGenerator (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 27183 const isAsyncGenerator = (functionFlags & FunctionFlags.Async) !== 0; constant 27222 const isAsyncGenerator = (functionFlags & FunctionFlags.Async) !== 0; constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 70526 …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
|
| D | tsc.js | 59048 …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
|