js/src/jit-test/tests/basic/bug662562.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:1103e4b3d7eb
1 // |jit-test| error: TypeError
2 function f(o) {
3 o.watch("x", this);
4 }
5 var c = evalcx("");
6 f(c);

mercurial