michael@0: a = {} michael@0: o14 = [].__proto__ michael@0: function g(o) { michael@0: o.f = o14 michael@0: } michael@0: for (let i = 0; i < 50; i++) { michael@0: g(a) michael@0: }