blob: d8dd58eaf9adb804dec65b2efcaf9e12b40b5af6 (
plain)
1
2
3
4
5
6
7
8
9
|
// |jit-test| error:TypeError
// Binary: cache/js-dbg-32-1c8e91b2e3a4-linux
// Flags:
//
a = evalcx("lazy");
a.watch("x", function() {});
({}).watch("x", function() {});
a.__defineGetter__("y", {});
|