tor-browser

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

getelem-sanity-6.js (99B)


      1 var x = {1: 2, 3: 4};
      2 assertEq(x[1], 2);
      3 
      4 /* getelem with non-dense array and known type int32. */