michael@0: // |jit-test| error: TypeError michael@0: t = "" michael@0: function f(code) { michael@0: eval("(function(){" + code + "})")() michael@0: } michael@0: evalcx("") michael@0: f("var r=({a:1})[\"\"];t(r)")