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