summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testInitelemWithSetter.js
blob: 6753b378705b4fc92e830de0e24e390a38479d93 (plain)
1
2
3
Object.prototype.__defineSetter__(1, function () { throw "fit"; });
for (var i =0; i<9; i++)
    ({1:'a'});