Home
last modified time | relevance | path

Searched refs:hasIndexSignature (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DstringCompletions.ts84 …alse, isMemberCompletion: true, isNewIdentifierLocation: completion.hasIndexSignature, optionalRep…
158 readonly hasIndexSignature: boolean; property
313 hasIndexSignature: hasIndexSignature(type)
332 hasIndexSignature: hasIndexSignature(contextualType)
Dutilities.ts2788 export function hasIndexSignature(type: Type): boolean { function