Searched refs:hoist_vars (Results 1 – 4 of 4) sorted by relevance
64 hoist_vars : false, property2169 var hoist_vars = compressor.option("hoist_vars");2170 if (hoist_funs || hoist_vars) {2184 hoist_vars = hoist_vars && var_decl > 1;2196 if (node instanceof AST_Var && hoist_vars) {
72 hoist_vars : false, property8245 var hoist_vars = compressor.option("hoist_vars");8247 if (hoist_vars) {8260 if (var_decl <= 1) hoist_vars = false;8262 if (!hoist_funs && !hoist_vars) return;8283 if (!hoist_vars) return node;
386 - `hoist_vars` (default: false) -- hoist `var` declarations (this is `false`
722 - `hoist_vars` (default: `false`) — hoist `var` declarations (this is `false`