comparison: js/src/jit-test/tests/auto-regress/bug521163.js
js/src/jit-test/tests/auto-regress/bug521163.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error:ReferenceError |
|
2 |
|
3 // Binary: cache/js-dbg-32-c08baee44cf4-linux |
|
4 // Flags: |
|
5 // |
|
6 for (c in [0]) { |
|
7 let(c = __defineGetter__("", function(){})) { |
|
8 eval("function w(){}")++ |
|
9 } |
|
10 } |