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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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