tor-browser

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

bug1242840.js (250B)


      1 enableGeckoProfiling();
      2 oomTest(() => {
      3    try {
      4        for (quit of ArrayBuffer);
      5    } catch (e) {
      6        switch (1) {
      7            case 0:
      8                let x
      9            case 1:
     10                (function() { return x; })()
     11        }
     12    }
     13 })