Searched refs:hoist_funs (Results 1 – 4 of 4) sorted by relevance
63 hoist_funs : !false_by_default, property2168 var hoist_funs = compressor.option("hoist_funs");2170 if (hoist_funs || hoist_vars) {2192 if (node instanceof AST_Defun && hoist_funs) {
384 - `hoist_funs` -- hoist function declarations
70 hoist_funs : false, property8244 var hoist_funs = compressor.option("hoist_funs");8262 if (!hoist_funs && !hoist_vars) return;8274 if (!hoist_funs) return node;
714 - `hoist_funs` (default: `false`) — hoist function declarations