michael@0: // |jit-test| dump-bytecode;error:SyntaxError michael@0: michael@0: (function() { michael@0: const x = ((function() { michael@0: return { michael@0: e: function() { michael@0: (function() { michael@0: for (e in x) {} michael@0: })() michael@0: } michael@0: } michael@0: }(function() { michael@0: return { michael@0: t: { michael@0: c michael@0: } michael@0: } michael@0: }))) michael@0: })()