1 2 3 4 5 6 7
x = [1e81]; x.map(function() {}); x.pop(); x.push([]); [].map(function() {}); eval("[1/0]");