summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/jaeger/bug555922.js
blob: 5cd685ae98c2f547d2ee073c1949b702ebd3e490 (plain)
1
2
3
4
5
6
7
8
9
10
11
(function() {
  let(z) {
    for each(b in [{}]) { ({
        get __noSuchMethod__() { return Function }
      }).w()
    }
  }
})()

/* Don't crash/assert. */