tor-browser

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

testDefinePropertyAcrossCompartment.js (101B)


      1 var a = evalcx('');
      2 Object.defineProperty(a, "", ({
      3    get: function() {},
      4 }))
      5 gc()
      6 
      7 // don't crash