tor-browser

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

ion-rectifier-frame-bug1530351.js (162B)


      1 function test(str) {
      2  for (let i = 0; i < 100; ++i)
      3    Reflect.apply(String.prototype.substring, str, [])
      4 }
      5 enableGeckoProfilingWithSlowAssertions();
      6 test("");