tor-browser

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

bug1135703.js (201B)


      1 for (var idx = 0; idx < 20; ++idx) {
      2  newFunc("enableGeckoProfilingWithSlowAssertions(); disableGeckoProfiling();");
      3 }
      4 newFunc("enableGeckoProfiling();");
      5 function newFunc(x) { new Function(x)(); };