Searched defs:iterationTypes (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 33687 …const iterationTypes = globalType !== emptyGenericType ? getIterationTypesOfGlobalIterableType(glo… constant 33688 … const iterableIteratorReturnType = iterationTypes ? iterationTypes.returnType : anyType; constant 33689 … const iterableIteratorNextType = iterationTypes ? iterationTypes.nextType : undefinedType; constant 33718 const iterationTypes = getIterationTypesOfIterable( constant 35381 …const iterationTypes = returnType && getIterationTypesOfGeneratorFunctionReturnType(returnType, is… constant 39554 …const iterationTypes = getIterationTypesOfIterable(inputType, use, uplevelIteration ? errorNode : … constant 39689 const iterationTypes = getIterationTypesOfIterable(inputType, use, errorNode); constant 39727 for (const iterationTypes of array) { constant 39783 …const iterationTypes = getIterationTypesOfIterableWorker(type, use, errorNode, errorOutputContaine… constant 39808 …const iterationTypes = getIterationTypesOfIterableWorker(constituent, use, errorNode, errorOutputC… constant [all …]
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 86921 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; variable 87039 function getAsyncFromSyncIterationTypes(iterationTypes, errorNode) { argument
|
| D | tsc.js | 73203 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; variable 73293 function getAsyncFromSyncIterationTypes(iterationTypes, errorNode) { argument
|