tor-browser

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

bug643249.js (266B)


      1 {
      2    function x() {}
      3 }
      4 for (i = 0; i < 10; i++) {
      5    _someglobal_ = /a/;
      6    (function() {
      7        return function() {
      8            return _someglobal_
      9        } ()
     10    } () == /a/);
     11    gc();
     12    try { _someglobal_ = new Function.__lookupSetter__ } catch (e) {}
     13 }