(expr)
| 47472 | return false; |
| 47473 | } |
| 47474 | function getParentOfBinaryExpression(expr) { |
| 47475 | while (ts.isBinaryExpression(expr.parent)) { |
| 47476 | expr = expr.parent; |
| 47477 | } |
| 47478 | return expr.parent; |
| 47479 | } |
| 47480 | function lookupSymbolForPropertyAccess(node, lookupContainer) { |
| 47481 | if (lookupContainer === void 0) { lookupContainer = container; } |
| 47482 | if (ts.isIdentifier(node)) { |
no outgoing calls
no test coverage detected