Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug555922.js
1 (function() {
2   let(z) {
3     for each(b in [{}]) { ({
4         get __noSuchMethod__() { return Function }
5       }).w()
6     }
7   }
8 })()
9
10 /* Don't crash/assert. */
11