obj = {val1: 8, get val2 () { return this.val1 + 1; }, get val3 () { return this.val1 + 2; }, set val4 (v) { this.val1 = v / 2 }};