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/
DtypescriptServices.d.ts2396 getBaseTypes(type: InterfaceType): BaseType[]; method
6130 getBaseTypes(): BaseType[] | undefined; method
Dtypescript.d.ts2396 getBaseTypes(type: InterfaceType): BaseType[]; method
6130 getBaseTypes(): BaseType[] | undefined; method
Dtsserverlibrary.d.ts2396 getBaseTypes(type: InterfaceType): BaseType[]; method
6130 getBaseTypes(): BaseType[] | undefined; method
Dtsc.js41689 …peOfSignature, getTypePredicateOfSignature, getReturnTypeOfSignature, getBaseTypes, resolveStructu… argument
42027 getBaseTypes: getBaseTypes, property
49999 function getBaseTypes(type) { function
DtypingsInstaller.js50461 …peOfSignature, getTypePredicateOfSignature, getReturnTypeOfSignature, getBaseTypes, resolveStructu… argument
51045 getBaseTypes: getBaseTypes, property
60149 function getBaseTypes(type) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2396 getBaseTypes(type: InterfaceType): BaseType[]; method
6130 getBaseTypes(): BaseType[] | undefined; method
Dtsserverlibrary.d.ts2396 getBaseTypes(type: InterfaceType): BaseType[]; method
6130 getBaseTypes(): BaseType[] | undefined; method
/third_party/typescript/src/compiler/
Dchecker.ts10557 function getBaseTypes(type: InterfaceType): BaseType[] { function