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

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