Lines Matching refs:AST_LabeledStatement
1310 def(AST_LabeledStatement, function(tw) {
2058 } else if (block instanceof AST_LabeledStatement) {
3893 } else if (stat instanceof AST_LabeledStatement) {
3914 } else if (self instanceof AST_LabeledStatement) {
5880 def(AST_LabeledStatement, function(compressor) {
6023 def(AST_LabeledStatement, function(compressor) {
6195 OPT(AST_LabeledStatement, function(self, compressor) {
6473 if (node instanceof AST_LabeledStatement) {
6810 if (block instanceof AST_LabeledStatement) block = block.body;
7636 if (node instanceof AST_LabeledStatement && node.body instanceof AST_For) {
9159 if (parent instanceof AST_LabeledStatement) tw.push(parent);