Searched refs:getStringIndexType (Results 1 – 14 of 14) sorted by relevance
62 if (!classType.getStringIndexType()) {
57 getStringIndexType(): Type | undefined; method
1289 isNewIdentifierLocation = !!type.getStringIndexType();2057 … const hasStringIndexType = (completionsType || instantiatedType).getStringIndexType();
460 getStringIndexType(): Type | undefined {
2532 return !!type.getStringIndexType() || !!type.getNumberIndexType();
5346 getStringIndexType(): Type | undefined; method
118200 return !!type.getStringIndexType() || !!type.getNumberIndexType();121428 isNewIdentifierLocation = !!type.getStringIndexType();122090 … var hasStringIndexType = (completionsType || instantiatedType).getStringIndexType();138878 if (!classType.getStringIndexType()) {149401 TypeObject.prototype.getStringIndexType = function () { method in TypeObject
117631 return !!type.getStringIndexType() || !!type.getNumberIndexType();120859 isNewIdentifierLocation = !!type.getStringIndexType();121521 … var hasStringIndexType = (completionsType || instantiatedType).getStringIndexType();138309 if (!classType.getStringIndexType()) {148832 TypeObject.prototype.getStringIndexType = function () { method in TypeObject
5587 getStringIndexType(): Type | undefined; method