Searched refs:Compressor (Results 1 – 9 of 9) sorted by relevance
1 exports["Compressor"] = Compressor;
121 var sq = UglifyJS.Compressor(compress);
197 toplevel = new Compressor(options.compress).compress(toplevel);
46 function Compressor(options, false_by_default) { class47 if (!(this instanceof Compressor))48 return new Compressor(options, false_by_default);188 Compressor.prototype = new TreeTransformer(function(node, descend, in_list) {221 Compressor.prototype.option = function(key) {224 Compressor.prototype.exposed = function(def) {233 Compressor.prototype.compress = function(node) {10625 var comp = new Compressor(compressor.options);
408 var compressor = COMPRESS && UglifyJS.Compressor(COMPRESS);
46 function Compressor(options, false_by_default) { class47 if (!(this instanceof Compressor))48 return new Compressor(options, false_by_default);119 Compressor.prototype = new TreeTransformer;120 merge(Compressor.prototype, {2932 var comp = new Compressor(compressor.options);
318 ## Compressor options641 uAST = UglifyJS.Compressor(options).compress(uAST);884 var compressor = UglifyJS.Compressor(options);889 “Compressor options”. Defaults should lead to best compression in most
454 ['flac']=>array() { // FLAC - Free Lossless Audio Compressor780 ['lpac']=>array() { // LPAC - Lossless Predictive Audio Compressor
1178 » TTA Lossless Audio Compressor format now supported.