Searched defs:binaryOperator (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 2999 const binaryOperator = (parent as BinaryExpression).operatorToken.kind; constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 17766 … 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
|
| D | typingsInstaller.js | 22217 … 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
|