blob: 02bd090a515567e296cadfba9bcc6328adafc62f [file] [log] [blame]
x = '';
Object.defineProperty(this, "y", {
get: function() {
return x
}
})
y
x = 0
x = new String;
y.__proto__ = []
y