Searched refs:nestedBinary (Results 1 – 5 of 5) sorted by relevance
38 const nestedBinary = getParentBinaryExpression(node); constant39 const isNonStringBinary = !isStringConcatenationValid(nestedBinary);43 isParenthesizedExpression(nestedBinary.parent) &&44 isBinaryExpression(nestedBinary.parent.parent)46 return nestedBinary.parent.parent;
148561 var nestedBinary = getParentBinaryExpression(node);148562 var isNonStringBinary = !isStringConcatenationValid(nestedBinary);148564 ts.isParenthesizedExpression(nestedBinary.parent) &&148565 ts.isBinaryExpression(nestedBinary.parent.parent)) {148566 return nestedBinary.parent.parent;
147992 var nestedBinary = getParentBinaryExpression(node);147993 var isNonStringBinary = !isStringConcatenationValid(nestedBinary);147995 ts.isParenthesizedExpression(nestedBinary.parent) &&147996 ts.isBinaryExpression(nestedBinary.parent.parent)) {147997 return nestedBinary.parent.parent;