tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1132770.js (165B)


      1 // |jit-test| error: too much recursion
      2 Object.defineProperty(this, "x", {set: function() { this.x = 2; }});
      3 setJitCompilerOption("ion.warmup.trigger", 30);
      4 x ^= 1;