bug655854.js (139B)
1 function foo(a, b, c) { 2 var res = 0; 3 for (var b = 0; b < c; b++) 4 res += a[b]; 5 return res; 6 } 7 assertEq(foo([1,2,3], 0, 10), NaN);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |