tor-browser

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

bug1834038.js (127B)


      1 function foo() {
      2  const v4 = [];
      3  v4[1024] = {};
      4  v4.splice(0).push(0);
      5 }
      6 
      7 for (let v0 = 0; v0 < 1000; v0++) {
      8    foo();
      9 }