Lines Matching refs:AST_Sub
781 if (!(node instanceof AST_Sub)) return;
842 return make_node(AST_Sub, node, {
877 var type = AST_Sub;
1039 } else if (lhs instanceof AST_Sub) {
1342 def(AST_Sub, function(tw) {
2564 if (parent instanceof AST_Sub) return parent.optional && parent.expression !== node;
2890 } else if (expr instanceof AST_Sub) {
3331 } else if (find_arguments && node instanceof AST_Sub) {
3499 … if (node instanceof AST_Sub) return side_effects_external(node.expression, true);
5817 || lhs instanceof AST_Sub && lhs.property.has_side_effects(compressor)
5901 def(AST_Sub, function(compressor) {
6042 def(AST_Sub, function(compressor) {
6504 if (node instanceof AST_Sub) {
6892 if (props && node instanceof AST_Sub) props.unshift(node.property);
8037 value = make_node(AST_Sub, node, {
8176 value = make_node(AST_Sub, node, {
9080 def(AST_Sub, function(compressor, first_in_statement) {
10549 left: make_node(AST_Sub, self, {
10794 return make_node(AST_Sub, orig, {
10966 if (node.left instanceof AST_Sub) node.left.property.walk(tw);
11612 if (node instanceof AST_Sub) {