tor-browser

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

testBug1236541.js (190B)


      1 enableGeckoProfiling();
      2 
      3 function mod() {
      4    "use asm";
      5    function f(i0) {
      6        i0 = i0 | 0
      7        switch (0) {
      8            case 0:
      9        }
     10    }
     11    return f;
     12 }
     13 
     14 mod()();
     15 mod()();