Searched defs:iterationTypes (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 33749 …const iterationTypes = globalType !== emptyGenericType ? getIterationTypesOfGlobalIterableType(glo… constant 33750 … const iterableIteratorReturnType = iterationTypes ? iterationTypes.returnType : anyType; constant 33751 … const iterableIteratorNextType = iterationTypes ? iterationTypes.nextType : undefinedType; constant 33780 const iterationTypes = getIterationTypesOfIterable( constant 35443 …const iterationTypes = returnType && getIterationTypesOfGeneratorFunctionReturnType(returnType, is… constant 39616 …const iterationTypes = getIterationTypesOfIterable(inputType, use, uplevelIteration ? errorNode : … constant 39751 const iterationTypes = getIterationTypesOfIterable(inputType, use, errorNode); constant 39789 for (const iterationTypes of array) { constant 39845 …const iterationTypes = getIterationTypesOfIterableWorker(type, use, errorNode, errorOutputContaine… constant 39870 …const iterationTypes = getIterationTypesOfIterableWorker(constituent, use, errorNode, errorOutputC… constant [all …]
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 87136 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; variable 87254 function getAsyncFromSyncIterationTypes(iterationTypes, errorNode) { argument
|
| D | tsc.js | 73402 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; variable 73492 function getAsyncFromSyncIterationTypes(iterationTypes, errorNode) { argument
|