michael@0: // |jit-test| error:TypeError michael@0: michael@0: // Binary: cache/js-dbg-32-1c8e91b2e3a4-linux michael@0: // Flags: michael@0: // michael@0: a = evalcx("lazy"); michael@0: a.watch("x", function() {}); michael@0: ({}).watch("x", function() {}); michael@0: a.__defineGetter__("y", {});