summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug700501.js
blob: 1f4426cb6e8eb002df142861fc88dcf5ae62b27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Function.prototype.__proto__["p"] = 3
c = [].__proto__
c[5] = 3
gc()
Function("\
    {\
    function f(d) {}\
    for each(let z in[0]) {\
        f(z)\
    }\
    }\
")()