summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1199898.js
blob: a635b8297765c47799fb0564331ddecb4bb50b97 (plain)
1
2
3
4
// |jit-test| error: TypeError
do {
  for (var a of [{}]) {}
} while (4());