bug621655.js (151B)
1 /* Don't assert. */ 2 for(p in 0.3) { } 3 4 Number.prototype.foo = function() {} 5 var arr = []; 6 7 for(p in 1.2) { 8 arr.push(p); 9 } 10 assertEq(arr[0], "foo");
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |