summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/pic/bug558616.js
blob: c86f012652ff691ba14e31f280093d47b8656825 (plain)
1
2
3
4
5
6
7
8
9
(function() {
  for each(let d in [{}, {}, 0]) {
    for each(e in [0, 0, 0, 0, 0, 0, 0, 0, 0]) {
      d.__defineSetter__("", function() {})
    }
  }
})()

// don't assert