Searched defs:checkExpression (Results 1 – 4 of 4) sorted by relevance
8 function checkExpression(expression: Expression) { function
33129 …const exprType = node.kind === SyntaxKind.ExpressionWithTypeArguments ? checkExpression(node.expre… constant33776 …const yieldExpressionType = yieldExpression.expression ? checkExpression(yieldExpression.expressio… constant35447 …const yieldExpressionType = node.expression ? checkExpression(node.expression) : undefinedWidening… constant
83698 function checkExpression(node, checkMode, forceTuple) { function
70474 function checkExpression(node, checkMode, forceTuple) { function