js/src/jit-test/tests/ion/bug893853.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:6d8c87f90b34
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');");

mercurial