tor-browser

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

bug1988967.js (121B)


      1 // |jit-test| error:InternalError; test-also=--ion-regalloc=simple
      2 function f() {
      3  f.apply(this|0, new Array());
      4 }
      5 f();