summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1811803.js
blob: 5c7dc7ee26dc7e4cc1cea104cdddbac8e37ce134 (plain)
1
2
3
4
5
// |jit-test| --fuzzing-safe; --ion-offthread-compile=off; --fast-warmup

a = {}
for (b = 0; b < 100; ++b)
  a['x' + b] = 'x' + b;