Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / basic / testInitelemWithSetter.js
1 Object.prototype.__defineSetter__(1, function () { throw "fit"; });
2 for (var i =0; i<9; i++)
3     ({1:'a'});