tor-browser

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

bug808483.js (238B)


      1 pSandbox = newGlobal();
      2 evalcx("\
      3    x = ArrayBuffer;\
      4    y = new Map();\
      5    x += 1;\
      6    w = x;\
      7    x += '0';\
      8    z = x;\
      9 ", pSandbox);
     10 evalcx("\
     11    x + '0';\
     12 ", pSandbox);
     13 evalcx("\
     14    y.delete(z);\
     15    w.slice(2);\
     16 ", pSandbox)