summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug642772-3.js
blob: 8280b389adb3dce2bbf21fb7f4ad107cd752612c (plain)
1
2
3
4
5
// Catch memory leaks when enumerating over the global object.

for (let z = 1; z <= 1600; ++z) {
  for (y in this);
}