unboxint.js (152B)
1 function unboxint() { 2 var q = 0; 3 var o = [4]; 4 for (var i = 0; i < 100; ++i) 5 q = o[0] << 1; 6 return q; 7 } 8 assertEq(unboxint(), 8);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |