Home
last modified time | relevance | path

Searched refs:top_retain (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js81 top_retain : null, property
99 var top_retain = this.options["top_retain"];
100 if (top_retain instanceof RegExp) {
101 this.top_retain = function(def) { method in Compressor
102 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 …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js100 top_retain : null, property
163 var top_retain = this.options["top_retain"];
164 if (top_retain instanceof RegExp) {
165 this.top_retain = function(def) { method in Compressor
166 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 …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md381 - `top_retain` -- prevent specific toplevel functions and variables from `unused`
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md818 - `top_retain` (default: `null`) — prevent specific toplevel functions and