blob: 1f4426cb6e8eb002df142861fc88dcf5ae62b27d [file] [log] [blame]
Function.prototype.__proto__["p"] = 3
c = [].__proto__
c[5] = 3
gc()
Function("\
{\
function f(d) {}\
for each(let z in[0]) {\
f(z)\
}\
}\
")()