tor-browser

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

bug735161.js (214B)


      1 var obj = {valueOf: function() { "use strict"; undeclared = 7; }};
      2 try { '' + obj; assertEq(true, false); } catch(e) { }
      3 try { '' + obj; assertEq(true, false); } catch(e) { }
      4 assertEq("undeclared" in this, false);