ES6 property (get/set) & getter/setter function vs direct access to object attribute (private and not) v2 (version: 0)
Comparing performance of:Public ES6 property (get) vs Public Getter function vs Public ES6 property (set) vs Public Setter function vs Private ES6 property (get) vs Private Getter function vs Private ES6 property (set) vs Private Setter function vs Null Prototype Directly Set vs Null Prototype Directly Get vs Frozen Object Literal (Get) vs Frozen Object Literal (Set) vs Frozen Object Literal Getter Function vs Frozen Object Literal Setter Function;