Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts3413 const binaryOperator = (parent as BinaryExpression).operatorToken.kind; constant
/third_party/typescript/lib/
DtypingsInstaller.js12899 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
Dtsc.js18179 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