bug600419.js (85B)
1 /* Don't assert. */ 2 (function() { 3 var x; 4 [1].map(function(){}, x << x); 5 })()