Searched refs:hoist_props (Results 1 – 2 of 2) sorted by relevance
716 - `hoist_props` (default: `true`) — hoist properties from constant object and718 `var o={p:1, q:2}; f(o.p, o.q);` is converted to `f(1, 2);`. Note: `hoist_props`
71 hoist_props : !false_by_default, property