bug776687.js (148B)
1 (function() { 2 for (var a = 0; a < 9; a++) { 3 if (arguments[a]) { 4 while (arguments[a]) 5 ; 6 } 7 } 8 })()