bug798834.js (104B)
1 (function(start, stop, step) { 2 stop = start; 3 step = arguments[2]; 4 assertEq(stop, true); 5 })(true);