comparison: js/src/jit-test/tests/ion/bug893853.js
js/src/jit-test/tests/ion/bug893853.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 function f() {} |
|
3 new EvalTest(); |
|
4 function EvalTest() { |
|
5 with (this) { |
|
6 f(EvalTest) |
|
7 } |
|
8 } |
|
9 evaluate("var obj = new f(1, 'x');"); |