summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1246593.js
blob: 4d90bbb24b9d07bdf15a8376a94b20aba3309788 (plain)
1
2
3
4
length = 10000;
array = Array();
for (i = length;i > -100000; i--)
  array[i] = {};