Searched defs:createTypeOfExpression (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| D | typescriptServices.d.ts | 3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| D | tsserverlibrary.d.ts | 3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| D | typingsInstaller.js | 24892 function createTypeOfExpression(expression) { function 91393 function createTypeOfExpression(exprIn, enclosingDeclaration, flags, tracker) { function 115586 createTypeOfExpression: ts.notImplemented, property
|
| D | tsc.js | 20006 function createTypeOfExpression(expression) { function 77090 function createTypeOfExpression(exprIn, enclosingDeclaration, flags, tracker) { function 95430 createTypeOfExpression: ts.notImplemented, property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| D | tsserverlibrary.d.ts | 3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 44495 …function createTypeOfExpression(exprIn: Expression, enclosingDeclaration: Node, flags: NodeBuilder… function
|