summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1263888.js
blob: c5e8a12dbfe69e6fc35429b9d1c4c3f0674df2ed (plain)
1
2
3
Array.prototype.constructor = [];
for (let i = 0; i < 100; i++)
    [].slice();