blob: 27374d7ab8c628e765dd11b9823451c8b38f4738 [file] [log] [blame]
function foo(x) {
for (let i = 0; i < 400; i++) {
for (let j = 0; j < 2; j++) {
for (const k of arguments) {
}
arguments.length = 0;
const q = {
z: 0
};
function bar() {
q;
}
for (let w = 0; w < 300; w++) {
}
}
with ({}) {
}
+{};
}
}
foo(0);
foo(0);