js/src/jit-test/tests/bug953337.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:070e1e8be85c
1 setJitCompilerOption("ion.usecount.trigger", 20);
2 Function.prototype.__proto__ = new Boolean({ get: function() {} }, {});
3 function g(x, y) {}
4 function f() {
5 g.apply(this, arguments);
6 }
7 for (var i = 0; i < 130; ++i)
8 f(i, i*2);

mercurial