Searched defs:binaryOperator (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 3413 const binaryOperator = (parent as BinaryExpression).operatorToken.kind; constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 12899 function binaryOperandNeedsParentheses(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument 12935 function operatorHasAssociativeProperty(binaryOperator) { argument 12954 function parenthesizeBinaryOperand(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument 12961 function parenthesizeLeftSideOfBinary(binaryOperator, leftSide) { argument 12964 function parenthesizeRightSideOfBinary(binaryOperator, leftSide, rightSide) { argument
|
| D | tsc.js | 18179 function binaryOperandNeedsParentheses(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument 18215 function operatorHasAssociativeProperty(binaryOperator) { argument 18234 function parenthesizeBinaryOperand(binaryOperator, operand, isLeftSideOfBinary, leftOperand) { argument 18241 function parenthesizeLeftSideOfBinary(binaryOperator, leftSide) { argument 18244 function parenthesizeRightSideOfBinary(binaryOperator, leftSide, rightSide) { argument
|