tor-browser

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

pointerByteSize.js (142B)


      1 // Try out the pointerByteSize shell function.
      2 var size = getBuildConfiguration("pointer-byte-size");
      3 assertEq(size == 4 || size == 8, true);