blob: 45b48589a91b7a87749380d63d1c712d9b04b307 [file] [log] [blame]
// |jit-test| error: TypeError
function f(o) {
o.watch("x", this);
}
var c = evalcx("");
f(c);