Home
last modified time | relevance | path

Searched refs:hoist_props (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md716 - `hoist_props` (default: `true`) — hoist properties from constant object and
718 `var o={p:1, q:2}; f(o.p, o.q);` is converted to `f(1, 2);`. Note: `hoist_props`
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js71 hoist_props : !false_by_default, property