tor-browser

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

bug1154971.js (167B)


      1 function f(x, y) {
      2    return Math.imul(0, Math.imul(y | 0, x >> 0))
      3 }
      4 for (var i = 0; i < 2; i++) {
      5    try {
      6        (f(1 ? 0 : undefined))()
      7    } catch (e) {}
      8 }