Searched defs:getSignaturesOfType (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 13015 function getSignaturesOfType(type: Type, kind: SignatureKind): readonly Signature[] { function 37594 …const thenSignatures = thenFunction ? getSignaturesOfType(thenFunction, SignatureKind.Call) : empt… constant 40071 … const signatures = methodType ? getSignaturesOfType(methodType, SignatureKind.Call) : undefined; constant 40272 …const methodSignatures = methodType ? getSignaturesOfType(methodType, SignatureKind.Call) : emptyA… constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2394 getSignaturesOfType(type: Type, kind: SignatureKind): readonly Signature[]; method
|
| D | typescriptServices.d.ts | 2394 getSignaturesOfType(type: Type, kind: SignatureKind): readonly Signature[]; method
|
| D | tsserverlibrary.d.ts | 2394 getSignaturesOfType(type: Type, kind: SignatureKind): readonly Signature[]; method
|
| D | typingsInstaller.js | 51042 getSignaturesOfType: getSignaturesOfType, property 62481 function getSignaturesOfType(type, kind) { function
|
| D | tsc.js | 42024 getSignaturesOfType: getSignaturesOfType, property 52002 function getSignaturesOfType(type, kind) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2394 getSignaturesOfType(type: Type, kind: SignatureKind): readonly Signature[]; method
|
| D | tsserverlibrary.d.ts | 2394 getSignaturesOfType(type: Type, kind: SignatureKind): readonly Signature[]; method
|