tor-browser

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

test_bug711404.js (218B)


      1 function run_test()
      2 {
      3  var p = Cc["@mozilla.org/hash-property-bag;1"].
      4          createInstance(Ci.nsIWritablePropertyBag2);
      5  p.setPropertyAsInt64("a", -4000);
      6  Assert.notEqual(p.getPropertyAsUint64("a"), -4000);
      7 }