Home | History | Annotate | Download | only in UglifyJS

Lines Matching refs:newline

972             newline = beautify ? "\n" : "",
1079 .join(newline + newline);
1232 return "{" + newline + with_indent(function(){
1251 }).join("," + newline);
1252 }) + newline + indent("}");
1349 return "{" + newline + MAP(body, function(branch, i){
1354 }, 0.5) + (has_body ? newline + with_indent(function(){
1355 return make_block_statements(branch[1]).join(newline);
1360 }).join(newline) + newline + indent("}");
1366 return "{" + newline + with_indent(function(){
1367 return make_block_statements(statements).join(newline);
1368 }) + newline + indent("}");