blob: 86a7ccb90b4e2f14c82027c54a129e9754872f5c [file] [log] [blame]
let o = {};
o.__defineSetter__('f', function(a) {
arguments = a;
});
for (let i = 0; i<1000000; i++) {
o.f = 0
}