Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dtypescript.d.ts3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
DtypescriptServices.d.ts3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
Dtsserverlibrary.d.ts3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
Dtsc.js20147 function createTypeOfExpression(expression) { function
78365 function createTypeOfExpression(exprIn, enclosingDeclaration, flags, tracker) { function
96763 createTypeOfExpression: ts.notImplemented, property
DtypingsInstaller.js25073 function createTypeOfExpression(expression) { function
92877 function createTypeOfExpression(exprIn, enclosingDeclaration, flags, tracker) { function
117128 createTypeOfExpression: ts.notImplemented, property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
Dtsserverlibrary.d.ts3812 createTypeOfExpression(expression: Expression): TypeOfExpression; method
/third_party/typescript/src/compiler/
Dchecker.ts45183 …function createTypeOfExpression(exprIn: Expression, enclosingDeclaration: Node, flags: NodeBuilder… function