Home
last modified time | relevance | path

Searched defs:getDefaultFromTypeParameter (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/lib/
DtypescriptServices.d.ts2478 getDefaultFromTypeParameter(type: Type): Type | undefined; method
Dtypescript.d.ts2478 getDefaultFromTypeParameter(type: Type): Type | undefined; method
Dtsserverlibrary.d.ts2478 getDefaultFromTypeParameter(type: Type): Type | undefined; method
Dtsc.js42244getDefaultFromTypeParameter: function (type) { return type && type.flags & 262144 ? getDefaultFrom… method
51674 function getDefaultFromTypeParameter(typeParameter) { function
DtypingsInstaller.js51265getDefaultFromTypeParameter: function (type) { return type && type.flags & 262144 /* TypeFlags.Typ… method
62100 function getDefaultFromTypeParameter(typeParameter) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2478 getDefaultFromTypeParameter(type: Type): Type | undefined; method
Dtsserverlibrary.d.ts2478 getDefaultFromTypeParameter(type: Type): Type | undefined; method
/third_party/typescript/src/compiler/
Dchecker.ts12618 function getDefaultFromTypeParameter(typeParameter: TypeParameter): Type | undefined { function