Searched defs:getBaseTypes (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/services/ |
| D | types.ts | 61 getBaseTypes(): BaseType[] | undefined; method
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2424 getBaseTypes(type: InterfaceType): BaseType[]; method 6219 getBaseTypes(): BaseType[] | undefined; method
|
| D | typescriptServices.d.ts | 2424 getBaseTypes(type: InterfaceType): BaseType[]; method 6219 getBaseTypes(): BaseType[] | undefined; method
|
| D | tsserverlibrary.d.ts | 2424 getBaseTypes(type: InterfaceType): BaseType[]; method 6219 getBaseTypes(): BaseType[] | undefined; method
|
| D | tsc.js | 42426 …peOfSignature, getTypePredicateOfSignature, getReturnTypeOfSignature, getBaseTypes, resolveStructu… argument 42764 getBaseTypes: getBaseTypes, property 50753 function getBaseTypes(type) { function
|
| D | typingsInstaller.js | 51312 …peOfSignature, getTypePredicateOfSignature, getReturnTypeOfSignature, getBaseTypes, resolveStructu… argument 51896 getBaseTypes: getBaseTypes, property 61019 function getBaseTypes(type) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2424 getBaseTypes(type: InterfaceType): BaseType[]; method 6219 getBaseTypes(): BaseType[] | undefined; method
|
| D | tsserverlibrary.d.ts | 2424 getBaseTypes(type: InterfaceType): BaseType[]; method 6219 getBaseTypes(): BaseType[] | undefined; method
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 10578 function getBaseTypes(type: InterfaceType): BaseType[] { function
|