tor-browser

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

testBug629974.js (121B)


      1 foo = {}
      2 foo.y = 3;
      3 foo.y = function () {}
      4 Object.defineProperty(foo, "y", { set:function(){} })
      5 gc()
      6 delete foo.y
      7 gc();