tor-browser

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

bug1813387.js (146B)


      1 var g = newGlobal();
      2 function foo() {
      3  try {
      4    foo();
      5  } catch {
      6    g.Reflect.construct(g.Uint8ClampedArray, new g.Int8Array);
      7  }
      8 }
      9 
     10 foo();