Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts2999 const binaryOperator = (parent as BinaryExpression).operatorToken.kind; constant
/third_party/typescript/lib/
Dtsc.js17766 … function binaryOperandNeedsParentheses(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument
17806 function operatorHasAssociativeProperty(binaryOperator) { argument
17832 … function parenthesizeBinaryOperand(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument
17841 function parenthesizeLeftSideOfBinary(binaryOperator, leftSide) { argument
17844 function parenthesizeRightSideOfBinary(binaryOperator, leftSide, rightSide) { argument
DtypingsInstaller.js22217 … function binaryOperandNeedsParentheses(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument
22313 function operatorHasAssociativeProperty(binaryOperator) { argument
22363 … function parenthesizeBinaryOperand(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument
22373 function parenthesizeLeftSideOfBinary(binaryOperator, leftSide) { argument
22376 function parenthesizeRightSideOfBinary(binaryOperator, leftSide, rightSide) { argument