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