tor-browser

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

bug676764.js (191B)


      1 try { with( {"a":1} ) {
      2    (function () {
      3        for (;;) {
      4            t
      5        }
      6    })()
      7 } } catch (e) {}
      8 
      9 with( {"b":2} ) {
     10  (function () {
     11    for (b = 0; b < 18; ++b) {}
     12  })();
     13 }