tor-browser

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

testBug793160.js (107B)


      1 var obj = new Proxy(Object.create(null), {});
      2 assertEq(typeof obj, 'object');
      3 assertEq(obj != null, true);