Searched defs:getContextualType (Results 1 – 13 of 13) sorted by relevance
| /third_party/typescript/src/services/ |
| D | completions.ts | 811 …function getContextualType(previousToken: Node, position: number, sourceFile: SourceFile, checker:… function
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 4976 …skipDirectInference?: true; // Flag set by the API `getContextualType` call on a node when… enumerator
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2230 getContextualType(node: Expression): Type | undefined; method
|
| D | typescriptServices.d.ts | 2230 getContextualType(node: Expression): Type | undefined; method
|
| D | tsserverlibrary.d.ts | 2230 getContextualType(node: Expression): Type | undefined; method
|
| D | typescriptServices.js | 44518 getContextualType: function (nodeIn, contextFlags) { method 66836 function getContextualType(node, contextFlags) { function 121015 function getContextualType(previousToken, position, sourceFile, checker) { function
|
| D | typescript.js | 44518 getContextualType: function (nodeIn, contextFlags) { method 66836 function getContextualType(node, contextFlags) { function 121015 function getContextualType(previousToken, position, sourceFile, checker) { function
|
| D | tsc.js | 36171 getContextualType: function (nodeIn, contextFlags) { method 55594 function getContextualType(node, contextFlags) { function
|
| D | typingsInstaller.js | 44313 getContextualType: function (nodeIn, contextFlags) { method 66631 function getContextualType(node, contextFlags) { function
|
| D | tsserverlibrary.js | 44518 getContextualType: function (nodeIn, contextFlags) { method 66836 function getContextualType(node, contextFlags) { function 121015 function getContextualType(previousToken, position, sourceFile, checker) { function
|
| D | tsserver.js | 44324 getContextualType: function (nodeIn, contextFlags) { method 66642 function getContextualType(node, contextFlags) { function 120446 function getContextualType(previousToken, position, sourceFile, checker) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2247 getContextualType(node: Expression): Type | undefined; method
|
| D | tsserverlibrary.d.ts | 2247 getContextualType(node: Expression): Type | undefined; method
|