Searched refs:keep_fargs (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | minify.js | 82 keep_fargs: false, property 105 … if (options.keep_fargs) set_shorthand("keep_fargs", options, [ "compress", "mangle", "rename" ]); 117 keep_fargs: false, property
|
| D | scope.js | 99 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
|
| D | compress.js | 78 keep_fargs : false_by_default, property
|
| /plugin/asciidocjs/node_modules/uglify-js/bin/ |
| D | uglifyjs | 75 keep_fargs: "keep-fargs", 170 options.keep_fargs = true;
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 521 - `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/ |
| D | README.md | 434 - `keep_fargs` -- default `true`. Prevents the
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 67 keep_fargs : true, property
|