comparison: js/src/jit-test/tests/auto-regress/bug521163.js
js/src/jit-test/tests/auto-regress/bug521163.js
- changeset 0
- 6474c204b198
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 } |