Searched refs:screw_ie8 (Results 1 – 5 of 5) sorted by relevance
12 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 });
79 if (!options.screw_ie8 && sym instanceof AST_SymbolLambda)96 screw_ie8: true, property223 if (!options.screw_ie8) {399 screw_ie8 : true, property450 if (options.screw_ie8 && node instanceof AST_SymbolCatch) {
69 screw_ie8 : true, property139 case "\x0B": return options.screw_ie8 ? "\\v" : "\\x0B";
77 screw_ie8 : true, property2931 ast.figure_out_scope({ screw_ie8: compressor.option("screw_ie8") }); property2934 ast.figure_out_scope({ screw_ie8: compressor.option("screw_ie8") }); property
74 Equivalent to setting `screw_ie8: false` in `minify()`