Home
last modified time | relevance | path

Searched defs:indexInfos (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts938 const indexInfos = []; constant
997 …const indexInfos = usage.stringIndex ? [checker.createIndexInfo(checker.getStringType(), combineFr… constant
/third_party/typescript/src/compiler/
Dchecker.ts11687 const indexInfos = getUnionIndexInfos(type.types); constant
11786 … const indexInfos = instantiateIndexInfos(getIndexInfosOfType(type.target), type.mapper!); constant
11796 const indexInfos = getIndexInfosOfSymbol(symbol); constant
11881 …const indexInfos = indexInfo ? [createIndexInfo(stringType, inferReverseMappedType(indexInfo.type,… constant
13654 const indexInfos: IndexInfo[] = []; constant
16822 …const indexInfos = left === emptyObjectType ? getIndexInfosOfType(right) : getUnionIndexInfos([lef… constant
20979 const indexInfos = getIndexInfosOfType(target); constant
22448 …const indexInfos = type.flags & TypeFlags.String ? [createIndexInfo(stringType, emptyObjectType, /… constant
23463 const indexInfos = getIndexInfosOfType(target); constant
28560 const indexInfos = []; constant
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js54540 …function setStructuredTypeMembers(type, members, callSignatures, constructSignatures, indexInfos) { argument
54552 … function createAnonymousType(symbol, members, callSignatures, constructSignatures, indexInfos) { argument
61136 function appendIndexInfo(indexInfos, newInfo, union) { argument
62289 function findIndexInfo(indexInfos, keyType) { argument
62292 function findApplicableIndexInfo(indexInfos, keyType) { argument
66189 function instantiateIndexInfos(indexInfos, mapper) { argument
Dtsc.js45099 …function setStructuredTypeMembers(type, members, callSignatures, constructSignatures, indexInfos) { argument
45110 … function createAnonymousType(symbol, members, callSignatures, constructSignatures, indexInfos) { argument
50828 function appendIndexInfo(indexInfos, newInfo, union) { argument
51826 function findIndexInfo(indexInfos, keyType) { argument
51829 function findApplicableIndexInfo(indexInfos, keyType) { argument
55309 function instantiateIndexInfos(indexInfos, mapper) { argument