blob: 1380ae6ed29d29aa7a74d3c282d6f18ecc008c23 [file] [log] [blame]
evalcx("\
Object.defineProperty(this, \"a\", {});\
f = (function(j) {\
a = Proxy\
});\
Object.defineProperty(this, \"g\", {\
get: function() {\
return ({\
r: function() {},\
t: function() {}\
})\
}\
});\
for (p in g) {\
f(1)\
}\
", newGlobal())