(expr)
| 16608 | } |
| 16609 | ts.isBindableStaticNameExpression = isBindableStaticNameExpression; |
| 16610 | function getNameOrArgument(expr) { |
| 16611 | if (ts.isPropertyAccessExpression(expr)) { |
| 16612 | return expr.name; |
| 16613 | } |
| 16614 | return expr.argumentExpression; |
| 16615 | } |
| 16616 | ts.getNameOrArgument = getNameOrArgument; |
| 16617 | function getAssignmentDeclarationKindWorker(expr) { |
| 16618 | if (ts.isCallExpression(expr)) { |