Home
last modified time | relevance | path

Searched refs:screw_ie8 (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Duglifyjs12 var screw_ie8 = true;
242 if (ARGS.support_ie8 === true && ARGS.screw_ie8 !== true) {
243 screw_ie8 = false;
246 if (COMPRESS) COMPRESS.screw_ie8 = screw_ie8;
247 if (MANGLE) MANGLE.screw_ie8 = screw_ie8;
248 OUTPUT_OPTIONS.screw_ie8 = screw_ie8;
466 TOPLEVEL.figure_out_scope(MANGLE || { screw_ie8: screw_ie8, cache: TL_CACHE });
481 TOPLEVEL.figure_out_scope(MANGLE || { screw_ie8: screw_ie8, cache: TL_CACHE });
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js79 if (!options.screw_ie8 && sym instanceof AST_SymbolLambda)
96 screw_ie8: true, property
223 if (!options.screw_ie8) {
399 screw_ie8 : true, property
450 if (options.screw_ie8 && node instanceof AST_SymbolCatch) {
Doutput.js69 screw_ie8 : true, property
139 case "\x0B": return options.screw_ie8 ? "\\v" : "\\x0B";
Dcompress.js77 screw_ie8 : true, property
2931 ast.figure_out_scope({ screw_ie8: compressor.option("screw_ie8") }); property
2934 ast.figure_out_scope({ screw_ie8: compressor.option("screw_ie8") }); property
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md74 Equivalent to setting `screw_ie8: false` in `minify()`