js/src/jit-test/tests/ion/bug728033.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:3eba10cee924
1 a = {}
2 o14 = [].__proto__
3 function g(o) {
4 o.f = o14
5 }
6 for (let i = 0; i < 50; i++) {
7 g(a)
8 }

mercurial