Lines Matching refs:AST_If

340             } else if (node instanceof AST_If) {
1298 def(AST_If, function(tw) {
2071 } while (block instanceof AST_If);
2563 if (parent instanceof AST_If) return parent.condition !== node;
2866 } else if (expr instanceof AST_If) {
2931 if (parent instanceof AST_If) return node;
3018 if (parent instanceof AST_If) {
3069 if (parent instanceof AST_If) return find_stop_unused(parent, level + 1);
3573 if (stat instanceof AST_If) {
3643 if (stat instanceof AST_If && stat.body instanceof AST_Return) {
3680 || prev_stat instanceof AST_If && prev_stat.body instanceof AST_Return)
3710 if (stat instanceof AST_If && stat.body instanceof AST_Return) {
3890 } else if (stat instanceof AST_If) {
4056 } else if (stat instanceof AST_If) {
4064 if (compressor.option("conditionals") && stat instanceof AST_If) {
4070 decls.push(make_node(AST_If, stat, {
4323 } else if (stat instanceof AST_If) {
5875 def(AST_If, function(compressor) {
6018 def(AST_If, function(compressor) {
6171 def(AST_If, function() {
6196 if (self.body instanceof AST_If || self.body instanceof AST_Break) {
6469 if (node instanceof AST_If) {
7519 || parent instanceof AST_If;
9188 if (stat instanceof AST_If
9249 body.push(make_node(AST_If, self, {
9262 if (first instanceof AST_If) {
9530 } else if (parent instanceof AST_If) {
9544 } else if (parent instanceof AST_If) {
9567 OPT(AST_If, function(self, compressor) {
9695 if (is_empty(self.body)) self = make_node(AST_If, self, {
9721 if (self.body instanceof AST_If && !self.body.alternative && !self.alternative) {
9722 self = make_node(AST_If, self, {
9995 … if (body[0] !== default_branch && body[0] !== exact_match) return make_node(AST_If, self, {
10014 var node = make_node(AST_If, self, {