tor-browser

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

testBug736012.js (119B)


      1 evaluate("\
      2 function fatty() {\
      3    try { fatty(); } catch (e) {\
      4        for (foo of [1]) {}\
      5    }\
      6 }\
      7 fatty();\
      8 ");