summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1839062.js
blob: 6068983c074e541df686d41292564d2e02d47088 (plain)
1
2
3
4
5
// |jit-test| --ion-offthread-compile=off; --baseline-eager
gczeal(4);
a = new BigInt64Array(2);
for (x=1;x<100;++x)
  a[0];