1 2 3 4 5 6
// |jit-test| error: TypeError function f(o) { o.watch("x", this); } var c = evalcx(""); f(c);