Searched defs:createTypeOfExpression (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| D | typescriptServices.d.ts | 3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| D | tsserverlibrary.d.ts | 3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| D | tsc.js | 20147 function createTypeOfExpression(expression) { function 78365 function createTypeOfExpression(exprIn, enclosingDeclaration, flags, tracker) { function 96763 createTypeOfExpression: ts.notImplemented, property
|
| D | typingsInstaller.js | 25073 function createTypeOfExpression(expression) { function 92877 function createTypeOfExpression(exprIn, enclosingDeclaration, flags, tracker) { function 117128 createTypeOfExpression: ts.notImplemented, property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| D | tsserverlibrary.d.ts | 3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 45183 …function createTypeOfExpression(exprIn: Expression, enclosingDeclaration: Node, flags: NodeBuilder… function
|