blob: 157d3073ac146cede74dc8d1cfc6f1505b6986d5 [file] [log] [blame]
// |jit-test| error:InternalError
Object.defineProperty(this, "t2", {
get: function() {
for (p in h2) {
t2
}
}
})
h2 = {}
h2.a = function() {}
Object(t2)