Searched refs:binaryOperatorPrecedence (Results 1 – 3 of 3) sorted by relevance
90 …const binaryOperatorPrecedence = getOperatorPrecedence(SyntaxKind.BinaryExpression, binaryOperator… constant93 …eftSideOfBinary && operand.kind === SyntaxKind.ArrowFunction && binaryOperatorPrecedence > Operato…99 switch (compareValues(operandPrecedence, binaryOperatorPrecedence)) {
17644 var binaryOperatorPrecedence = ts.getOperatorPrecedence(226, binaryOperator);17647 if (!isLeftSideOfBinary && operand.kind === 218 && binaryOperatorPrecedence > 3) {17651 switch (ts.compareValues(operandPrecedence, binaryOperatorPrecedence)) {
22074 …var binaryOperatorPrecedence = ts.getOperatorPrecedence(226 /* SyntaxKind.BinaryExpression */, bin…22077 …inary && operand.kind === 218 /* SyntaxKind.ArrowFunction */ && binaryOperatorPrecedence > 3 /* Op…22083 switch (ts.compareValues(operandPrecedence, binaryOperatorPrecedence)) {