Searched refs:top_retain (Results 1 – 4 of 4) sorted by relevance
81 top_retain : null, property99 var top_retain = this.options["top_retain"];100 if (top_retain instanceof RegExp) {101 this.top_retain = function(def) { method in Compressor102 return top_retain.test(def.name);104 } else if (typeof top_retain == "function") {105 this.top_retain = top_retain;106 } else if (top_retain) {107 if (typeof top_retain == "string") {108 top_retain = top_retain.split(/,/);[all …]
100 top_retain : null, property163 var top_retain = this.options["top_retain"];164 if (top_retain instanceof RegExp) {165 this.top_retain = function(def) { method in Compressor166 return top_retain.test(def.name);168 } else if (typeof top_retain == "function") {169 this.top_retain = top_retain;170 } else if (top_retain) {171 if (typeof top_retain == "string") {172 top_retain = top_retain.split(/,/);[all …]
381 - `top_retain` -- prevent specific toplevel functions and variables from `unused`
818 - `top_retain` (default: `null`) — prevent specific toplevel functions and