blob: 6b8b69eb311e12f689811c24e6bd10a999dabc5c [file] [log] [blame]
function foo(a0) {
Number.prototype.__proto__ = [];
for (let i = 0; i < 100000; i++) {}
for (let q of a0) {}
}
foo([]);
foo(0);