testDoubleComparison.js (199B)
1 function testDoubleComparison() 2 { 3 for (var i = 0; i < 500000; ++i) 4 { 5 switch (1 / 0) 6 { 7 case Infinity: 8 } 9 } 10 11 return "finished"; 12 } 13 assertEq(testDoubleComparison(), "finished");
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |