test262-automation 24f861721f [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 8bfa53d50 targetRevisionAtLastExport: 8bc4e38a
2018-07-29 23:55:12 -04:00

15 lines
281 B
JavaScript

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