blob: 937c4995a1109d2cf671a3de37d4cb75853686fe [file] [log] [blame]
// |jit-test| dump-bytecode
(function() {
const x = ((function() {
return {
e: function() {
(function() {
for (e in x) {}
})()
}
}
}(function() {
return {
t: {
c
}
}
})))
})()