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.ts11728 const indexInfos = getUnionIndexInfos(type.types); constant
11827 … const indexInfos = instantiateIndexInfos(getIndexInfosOfType(type.target), type.mapper!); constant
11837 const indexInfos = getIndexInfosOfSymbol(symbol); constant
11922 …const indexInfos = indexInfo ? [createIndexInfo(stringType, inferReverseMappedType(indexInfo.type,… constant
13695 const indexInfos: IndexInfo[] = []; constant
16863 …const indexInfos = left === emptyObjectType ? getIndexInfosOfType(right) : getUnionIndexInfos([lef… constant
21020 const indexInfos = getIndexInfosOfType(target); constant
22489 …const indexInfos = type.flags & TypeFlags.String ? [createIndexInfo(stringType, emptyObjectType, /… constant
23504 const indexInfos = getIndexInfosOfType(target); constant
28601 const indexInfos = []; constant
[all …]
/third_party/typescript/lib/
Dtsc.js45278 …function setStructuredTypeMembers(type, members, callSignatures, constructSignatures, indexInfos) { argument
45289 … function createAnonymousType(symbol, members, callSignatures, constructSignatures, indexInfos) { argument
51007 function appendIndexInfo(indexInfos, newInfo, union) { argument
52005 function findIndexInfo(indexInfos, keyType) { argument
52008 function findApplicableIndexInfo(indexInfos, keyType) { argument
55488 function instantiateIndexInfos(indexInfos, mapper) { argument
DtypingsInstaller.js54735 …function setStructuredTypeMembers(type, members, callSignatures, constructSignatures, indexInfos) { argument
54747 … function createAnonymousType(symbol, members, callSignatures, constructSignatures, indexInfos) { argument
61331 function appendIndexInfo(indexInfos, newInfo, union) { argument
62484 function findIndexInfo(indexInfos, keyType) { argument
62487 function findApplicableIndexInfo(indexInfos, keyType) { argument
66384 function instantiateIndexInfos(indexInfos, mapper) { argument