blob: 6b27ddc1871fff42665a8ac74cf4dd3a54cd7fc6 [file] [log] [blame]
const x = 0;
function foo() {
for (const q in 0) { }
}
for (let i = 0; i < 5; i++) {
foo();
Number.prototype.valueOf = 0;
}