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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:400ab396e8ab
1
2 arguments = [];
3 try {
4 arguments.toSource = (function() {
5 __proto__.y = x
6 })
7 y = this
8 print(x = 8)
9 a = arguments
10 for (v of this) {}
11 } catch (e) {}
12 function f() {
13 "HELLO " + y
14 }
15 f()
16 f()
17 y = 1[7]
18 f()

mercurial