| /third_party/typescript/src/testRunner/unittests/ |
| D | typeParameterIsPossiblyReferenced.ts | 29 const typeParameter = checker.getTypeAtLocation(typeParameterDecl)! as ts.TypeParameter; constant
|
| /third_party/typescript/src/services/ |
| D | classifier2020.ts | 10 …class, enum, interface, namespace, typeParameter, type, parameter, variable, enumMember, property,… enumerator
|
| /third_party/typescript/src/services/refactors/ |
| D | extractSymbol.ts | 1714 … const typeParameter = checker.getTypeAtLocation(typeParameterDecl) as TypeParameter; constant
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 12011 const typeParameter = getTypeParameterFromMappedType(type); constant 14198 const typeParameter = getHomomorphicTypeVariable(mappedType); constant 14711 const typeParameter = typeParameters[i] = createTypeParameter(); constant 15559 const typeParameter = getTypeParameterFromMappedType(type); constant 20060 const typeParameter = getTypeParameterFromMappedType(target); constant 22560 …const typeParameter = getIndexedAccessType(constraint.type, getTypeParameterFromMappedType(target)… constant 36158 const typeParameter = getDeclaredTypeOfTypeParameter(getSymbolOfNode(node)); constant 36175 const typeParameter = getDeclaredTypeOfTypeParameter(getSymbolOfNode(node)); constant 37095 const typeParameter = getDeclaredTypeOfTypeParameter(symbol); constant 38549 const { typeParameter } = node; constant [all …]
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 24307 function createInferTypeNode(typeParameter) { argument 24314 function updateInferTypeNode(node, typeParameter) { argument 24408 …function createMappedTypeNode(readonlyToken, typeParameter, nameType, questionToken, type, members… argument 24420 …function updateMappedTypeNode(node, readonlyToken, typeParameter, nameType, questionToken, type, m… argument 61825 function getConstraintOfTypeParameter(typeParameter) { argument 62070 function getResolvedTypeParameterDefault(typeParameter) { argument 62100 function getDefaultFromTypeParameter(typeParameter) { argument 62104 function hasNonCircularTypeParameterDefault(typeParameter) { argument 62110 function hasTypeParameterDefault(typeParameter) { argument 63114 function getInferredTypeParameterConstraint(typeParameter, omitTypeReferences) { argument [all …]
|
| D | tsc.js | 19496 function createInferTypeNode(typeParameter) { argument 19502 function updateInferTypeNode(node, typeParameter) { argument 19584 …function createMappedTypeNode(readonlyToken, typeParameter, nameType, questionToken, type, members… argument 19595 …function updateMappedTypeNode(node, readonlyToken, typeParameter, nameType, questionToken, type, m… argument 51450 function getConstraintOfTypeParameter(typeParameter) { argument 51654 function getResolvedTypeParameterDefault(typeParameter) { argument 51674 function getDefaultFromTypeParameter(typeParameter) { argument 51678 function hasNonCircularTypeParameterDefault(typeParameter) { argument 51681 function hasTypeParameterDefault(typeParameter) { argument 52573 function getInferredTypeParameterConstraint(typeParameter, omitTypeReferences) { argument [all …]
|
| D | typescript.d.ts | 1009 readonly typeParameter: TypeParameterDeclaration; property 1028 readonly typeParameter: TypeParameterDeclaration; property
|
| D | typescriptServices.d.ts | 1009 readonly typeParameter: TypeParameterDeclaration; property 1028 readonly typeParameter: TypeParameterDeclaration; property
|
| D | tsserverlibrary.d.ts | 1009 readonly typeParameter: TypeParameterDeclaration; property 1028 readonly typeParameter: TypeParameterDeclaration; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 1009 readonly typeParameter: TypeParameterDeclaration; property 1028 readonly typeParameter: TypeParameterDeclaration; property
|
| D | tsserverlibrary.d.ts | 1009 readonly typeParameter: TypeParameterDeclaration; property 1028 readonly typeParameter: TypeParameterDeclaration; property
|