Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dtypescript.d.ts3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
DtypescriptServices.d.ts3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
Dtsserverlibrary.d.ts3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
DtypingsInstaller.js24892 function createTypeOfExpression(expression) { function
91393 function createTypeOfExpression(exprIn, enclosingDeclaration, flags, tracker) { function
115586 createTypeOfExpression: ts.notImplemented, property
Dtsc.js20006 function createTypeOfExpression(expression) { function
77090 function createTypeOfExpression(exprIn, enclosingDeclaration, flags, tracker) { function
95430 createTypeOfExpression: ts.notImplemented, property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
Dtsserverlibrary.d.ts3777 createTypeOfExpression(expression: Expression): TypeOfExpression; method
/third_party/typescript/src/compiler/
Dchecker.ts44495 …function createTypeOfExpression(exprIn: Expression, enclosingDeclaration: Node, flags: NodeBuilder… function