Home
last modified time | relevance | path

Searched defs:checkExpression (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dfactory.ts8 function checkExpression(expression: Expression) { function
/third_party/typescript/src/compiler/
Dchecker.ts33129 …const exprType = node.kind === SyntaxKind.ExpressionWithTypeArguments ? checkExpression(node.expre… constant
33776 …const yieldExpressionType = yieldExpression.expression ? checkExpression(yieldExpression.expressio… constant
35447 …const yieldExpressionType = node.expression ? checkExpression(node.expression) : undefinedWidening… constant
/third_party/typescript/lib/
DtypingsInstaller.js83698 function checkExpression(node, checkMode, forceTuple) { function
Dtsc.js70474 function checkExpression(node, checkMode, forceTuple) { function