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