Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dtypescript.d.ts2464 getDefaultFromTypeParameter(type: Type): Type | undefined; method
DtypescriptServices.d.ts2464 getDefaultFromTypeParameter(type: Type): Type | undefined; method
Dtsserverlibrary.d.ts2464 getDefaultFromTypeParameter(type: Type): Type | undefined; method
DtypingsInstaller.js51091getDefaultFromTypeParameter: function (type) { return type && type.flags & 262144 /* TypeFlags.Typ… method
61905 function getDefaultFromTypeParameter(typeParameter) { function
Dtsc.js42080getDefaultFromTypeParameter: function (type) { return type && type.flags & 262144 ? getDefaultFrom… method
51495 function getDefaultFromTypeParameter(typeParameter) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2464 getDefaultFromTypeParameter(type: Type): Type | undefined; method
Dtsserverlibrary.d.ts2464 getDefaultFromTypeParameter(type: Type): Type | undefined; method
/third_party/typescript/src/compiler/
Dchecker.ts12577 function getDefaultFromTypeParameter(typeParameter: TypeParameter): Type | undefined { function