1 //@ requireOptions("--useDollarVM=false")
3 // This test should not crash.
4 Date.prototype.valueOf;
7 Object.prototype.__defineGetter__(0, function () {});
9 class Test extends Array {}
11 for (let i = 0; i < 100; i++)
12 new Test(1, 2, 3, -4, 5, 6, 7, 8, 9).splice();