summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug893853.js
blob: e07d7440e9507f4b51c9ea21aa05c7fc501f04a8 (plain)
1
2
3
4
5
6
7
8
9
function f() {}
new EvalTest();
function EvalTest() {
  with (this) {
    f(EvalTest)
  }
}
evaluate("var obj = new f(1, 'x');");