Home | History | Annotate | Download | only in UglifyJS

Lines Matching refs:in_loop

623                 in_loop     : 0,
758 })(in_loop(statement));
795 return as("while", parenthesised(), in_loop(statement));
826 else if (S.in_loop == 0)
843 return as("for-in", has_var, name, obj, in_loop(statement));
852 return as("for", init, test, step, in_loop(statement));
877 var loop = S.in_loop;
878 S.in_loop = 0;
881 S.in_loop = loop;
906 var switch_block_ = curry(in_loop, function(){
1174 function in_loop(cont) {
1176 ++S.in_loop;
1179 --S.in_loop;