Source code

Revision control

Copy as Markdown

Other Tools

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