tor-browser

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

bug-1238555.js (111B)


      1 oomTest(
      2  function x() {
      3    try {
      4      eval('let ')
      5    } catch (ex) {
      6      (function() {})()
      7    }
      8  }
      9 );