tor-browser

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

bug854137.js (106B)


      1 // Don't assert.
      2 try {
      3    eval("function x(y = {\
      4        x: (7) ? 0 : yield(0)\
      5    }");
      6 } catch (e) {}