tor-browser

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

bug1195590.js (160B)


      1 function f(x) {
      2    try {
      3        eval(x);
      4    } catch (e) {}
      5 };
      6 f("enableGeckoProfilingWithSlowAssertions();");
      7 f("enableTrackAllocations(); throw Error();");