>>632
[5, 4, 3].forEach(Map.call, function() { console.log(this); });
5
4
3