michael@0: /* Don't assert. */ michael@0: (function() { michael@0: var x; michael@0: [1].map(function(){}, x << x); michael@0: })()