Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug554580-4.js
1 (function() {
2   try {
3     (eval("\
4       function() {\
5         for each(let y in [0]) {\
6           for (var a = 0; a < 9; ++a) {\
7             if (a) {\
8               this.__defineGetter__(\"\",this)\
9             }\
10           }\
11         }\
12       }\
13     "))()
14   } catch(e) {}
15 })()
16
17 /* Don't assert. */
18