tor-browser

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

testNativeArgsRooting.js (276B)


      1 (function () {
      2   (eval("\
      3       (function () {\
      4           for (var y = 0; y < 16; ++y) {\
      5               if (y % 3 == 2) {\
      6                   gczeal(1);\
      7               } else {\
      8                   print(0 / 0);\
      9               }\
     10           }\
     11       });\
     12   "))()
     13 })();