tor-browser

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

getelem-sanity-5.js (85B)


      1 var x = { 0: 5, 1: 5 };
      2 assertEq(x[0] + x[1], 10);
      3 
      4 /* int32_t getelem on object. */