Home
last modified time | relevance | path

Searched defs:binaryOperator (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts2993 const binaryOperator = (parent as BinaryExpression).operatorToken.kind; constant
/third_party/typescript/lib/
Dtsc.js17643 … function binaryOperandNeedsParentheses(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument
17683 function operatorHasAssociativeProperty(binaryOperator) { argument
17709 … function parenthesizeBinaryOperand(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument
17718 function parenthesizeLeftSideOfBinary(binaryOperator, leftSide) { argument
17721 function parenthesizeRightSideOfBinary(binaryOperator, leftSide, rightSide) { argument
DtypingsInstaller.js22056 … function binaryOperandNeedsParentheses(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument
22152 function operatorHasAssociativeProperty(binaryOperator) { argument
22202 … function parenthesizeBinaryOperand(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument
22212 function parenthesizeLeftSideOfBinary(binaryOperator, leftSide) { argument
22215 function parenthesizeRightSideOfBinary(binaryOperator, leftSide, rightSide) { argument