1 2 3 4 5 6 7 8
a = {} o14 = [].__proto__ function g(o) { o.f = o14 } for (let i = 0; i < 50; i++) { g(a) }