michael@0: // Binary: cache/js-dbg-64-862693caa320-linux michael@0: // Flags: michael@0: // michael@0: function f(foo) michael@0: { michael@0: var x; michael@0: eval("__defineGetter__(\"y\", function ()x)"); michael@0: } michael@0: f(""); michael@0: try { michael@0: ((function(){ throw y })()) michael@0: } catch(exc1) {}