Searched refs:getStringIndexType (Results 1 – 10 of 10) sorted by relevance
62 if (!classType.getStringIndexType()) {
59 getStringIndexType(): Type | undefined; method
2405 isNewIdentifierLocation = !!type.getStringIndexType();3204 … const hasStringIndexType = (completionsType || instantiatedType).getStringIndexType();
493 getStringIndexType(): Type | undefined {
2789 return !!type.getStringIndexType() || !!type.getNumberIndexType();
6093 getStringIndexType(): Type | undefined; method