Home
last modified time | relevance | path

Searched refs:getStringIndexType (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixClassIncorrectlyImplementsInterface.ts62 if (!classType.getStringIndexType()) {
/third_party/typescript/src/services/
Dtypes.ts57 getStringIndexType(): Type | undefined; method
Dcompletions.ts1289 isNewIdentifierLocation = !!type.getStringIndexType();
2057 … const hasStringIndexType = (completionsType || instantiatedType).getStringIndexType();
Dservices.ts460 getStringIndexType(): Type | undefined {
Dutilities.ts2532 return !!type.getStringIndexType() || !!type.getNumberIndexType();
/third_party/typescript/lib/
Dtypescript.d.ts5346 getStringIndexType(): Type | undefined; method
DtypescriptServices.d.ts5346 getStringIndexType(): Type | undefined; method
Dtsserverlibrary.d.ts5346 getStringIndexType(): Type | undefined; method
Dtypescript.js118200 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
DtypescriptServices.js118200 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
Dtsserverlibrary.js118200 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
Dtsserver.js117631 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
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5587 getStringIndexType(): Type | undefined; method
Dtsserverlibrary.d.ts5587 getStringIndexType(): Type | undefined; method