1 2 3 4 5 6 7 8 9 10 11
x = ''; Object.defineProperty(this, "y", { get: function() { return x } }) y x = 0 x = new String; y.__proto__ = [] y