comparison: js/src/jit-test/tests/jaeger/bug555922.js
js/src/jit-test/tests/jaeger/bug555922.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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 |