Home
last modified time | relevance | path

Searched refs:keep_fargs (Results 1 – 7 of 7) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dminify.js82 keep_fargs: false, property
105 … if (options.keep_fargs) set_shorthand("keep_fargs", options, [ "compress", "mangle", "rename" ]);
117 keep_fargs: false, property
Dscope.js99 if (options.keep_fargs && is_funarg(this)) return true;
488 if (options.keep_fargs && s instanceof AST_Lambda) s.each_argname(function(arg) {
596 keep_fargs : false, property
Dcompress.js78 keep_fargs : false_by_default, property
/plugin/asciidocjs/node_modules/uglify-js/bin/
Duglifyjs75 keep_fargs: "keep-fargs",
170 options.keep_fargs = true;
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md521 - `keep_fargs` (default: `false`) — pass `true` to prevent discarding or mangling
740 - `keep_fargs` (default: `false`) — discard unused function arguments except
903 - `keep_fargs` (default: `false`) — Use `true` to prevent mangling of function
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md434 - `keep_fargs` -- default `true`. Prevents the
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js67 keep_fargs : true, property