tor-browser

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

bug-1968918.js (161B)


      1 // |jit-test| error: InternalError: too much recursion
      2 function f() {
      3  moduleLink(parseModule("[]", "", "json"));
      4  Math.valueOf = f;
      5  Math.pow(Math);
      6 }
      7 f();