Home
last modified time | relevance | path

Searched defs:getBaseTypes (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/services/
Dtypes.ts61 getBaseTypes(): BaseType[] | undefined; method
/third_party/typescript/lib/
Dtypescript.d.ts2424 getBaseTypes(type: InterfaceType): BaseType[]; method
6219 getBaseTypes(): BaseType[] | undefined; method
DtypescriptServices.d.ts2424 getBaseTypes(type: InterfaceType): BaseType[]; method
6219 getBaseTypes(): BaseType[] | undefined; method
Dtsserverlibrary.d.ts2424 getBaseTypes(type: InterfaceType): BaseType[]; method
6219 getBaseTypes(): BaseType[] | undefined; method
Dtsc.js42426 …peOfSignature, getTypePredicateOfSignature, getReturnTypeOfSignature, getBaseTypes, resolveStructu… argument
42764 getBaseTypes: getBaseTypes, property
50753 function getBaseTypes(type) { function
DtypingsInstaller.js51312 …peOfSignature, getTypePredicateOfSignature, getReturnTypeOfSignature, getBaseTypes, resolveStructu… argument
51896 getBaseTypes: getBaseTypes, property
61019 function getBaseTypes(type) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2424 getBaseTypes(type: InterfaceType): BaseType[]; method
6219 getBaseTypes(): BaseType[] | undefined; method
Dtsserverlibrary.d.ts2424 getBaseTypes(type: InterfaceType): BaseType[]; method
6219 getBaseTypes(): BaseType[] | undefined; method
/third_party/typescript/src/compiler/
Dchecker.ts10578 function getBaseTypes(type: InterfaceType): BaseType[] { function