tor-browser

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

bug673469.js (116B)


      1 var a = Boolean();
      2 false.__proto__;
      3 var c = ({}).__proto__;
      4 var d = {};
      5 gc()
      6 c[0] = d;
      7 for (var x in a) {
      8  a[x];
      9 }