Searched defs:getIndexInfoOfType (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
|
| D | typescriptServices.d.ts | 2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
|
| D | tsserverlibrary.d.ts | 2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
|
| D | typingsInstaller.js | 50865 …getIndexInfoOfType: function (type, kind) { return getIndexInfoOfType(type, kind === 0 /* IndexKin… method 62338 function getIndexInfoOfType(type, keyType) { function
|
| D | tsc.js | 41857 …getIndexInfoOfType: function (type, kind) { return getIndexInfoOfType(type, kind === 0 ? stringTyp… method 51867 function getIndexInfoOfType(type, keyType) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
|
| D | tsserverlibrary.d.ts | 2377 getIndexInfoOfType(type: Type, kind: IndexKind): IndexInfo | undefined; method
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 13032 function getIndexInfoOfType(type: Type, keyType: Type): IndexInfo | undefined { function
|