Searched defs:with_indent (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js983 function with_indent(cont, incr) {
1232 return "{" + newline + with_indent(function(){
1350 var has_body = branch[1].length > 0, code = with_indent(function(){
1354 }, 0.5) + (has_body ? newline + with_indent(function(){
1366 return "{" + newline + with_indent(function(){

Completed in 75 milliseconds