summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1601074.js
blob: 63bf9a91f6889be9555b90e7c5e081ef2ce1c41a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
for (let y of [
      { x: 1 },
      { x: 2 },
      { x: 3 },
      { x: 4 },
      { x: 5 },
      { x: 6 },
      { x: 7 },
      { x: 8 },
      { x: 9 },
      { x: 10 },
      { x: 11 },
]) {}