js/src/jit-test/tests/auto-regress/bug523793.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:9c5e0766b419
1 // |jit-test| error:ReferenceError
2
3 // Binary: cache/js-dbg-32-525d852c622d-linux
4 // Flags: -j
5 //
6 (function() {
7 let(x)
8 (function() {
9 for (let a in [0, x, 0, 0])
10 (function() {
11 for (let y in [0, 0]) print
12 })();
13 })()
14 with({}) throw x;
15 })()

mercurial