js/src/jit-test/tests/basic/bug700501.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:d3fee13cbf5d
1 Function.prototype.__proto__["p"] = 3
2 c = [].__proto__
3 c[5] = 3
4 gc()
5 Function("\
6 {\
7 function f(d) {}\
8 for each(let z in[0]) {\
9 f(z)\
10 }\
11 }\
12 ")()

mercurial