tor-browser

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

bug732851.js (218B)


      1 var OMIT = {};
      2 var WRITABLES = [true, false, OMIT];
      3 {
      4  var desc = {};
      5  function put(field, value) {
      6    return desc[field] = value;
      7  }
      8  WRITABLES.forEach(function(writable) {
      9    put("writable", writable)
     10  });
     11 };