blob: 65d7177cf75d281e76236c6299242172724be2fc [file] [log] [blame]
// This should not crash.
let o = $vm.createProxy({});
o.__proto__ = o;
try {
for (let q in o) { }
} catch { }