Lines Matching refs:AST_Dot
417 if (compressor.option("unsafe") && parent instanceof AST_Dot && is_read_only_fn(value, parent.property)) {
880 type = AST_Dot;
1037 if (lhs instanceof AST_Dot) {
2845 } else if (expr instanceof AST_Dot) {
3498 if (node instanceof AST_Dot) return side_effects_external(node.expression, true);
4579 def(AST_Dot, function(compressor, force) {
4699 return exp instanceof AST_Dot && (fn[exp.property]
4785 return exp instanceof AST_Dot && (fn[exp.property]
4848 return exp instanceof AST_Dot && fn[exp.property];
4922 def(AST_Dot, function(compressor, suffix) {
5083 if (!(node instanceof AST_Dot)) return false;
5721 if (tag instanceof AST_Dot && is_undeclared_ref(tag.expression)) {
5733 if (!(dot instanceof AST_Dot)) return false;
5870 def(AST_Dot, function(compressor) {
6006 def(AST_Dot, function(compressor) {
9022 def(AST_Dot, function(compressor, first_in_statement) {
10459 } else if (exp instanceof AST_Dot) switch (exp.property) {
10568 expression: make_node(AST_Dot, exp, {
11611 if (node instanceof AST_Dot) return repeatable(compressor, node.expression);
12266 && node.expression instanceof AST_Dot
12537 && tag instanceof AST_Dot
12725 return self.left instanceof AST_Dot ? self.right : make_sequence(self, [
13323 return make_node(AST_Dot, self, {
13545 OPT(AST_Dot, function(self, compressor) {
13560 && self.expression instanceof AST_Dot