michael@0: // |jit-test| error:ReferenceError michael@0: michael@0: // Binary: cache/js-dbg-32-525d852c622d-linux michael@0: // Flags: -j michael@0: // michael@0: (function() { michael@0: let(x) michael@0: (function() { michael@0: for (let a in [0, x, 0, 0]) michael@0: (function() { michael@0: for (let y in [0, 0]) print michael@0: })(); michael@0: })() michael@0: with({}) throw x; michael@0: })()