1 2 3 4 5 6 7 8 9 10
c = {}.__proto__[1] = 3; (function() { function b(a) { return a } for each(let z in [{}]) { print(new b(z)) } })()