blob: fe4dbf0c566a9fecd8844a280840f8317cebf32e [file] [log] [blame]
//@ skip if not $jitTests
//@ runDefault("--jitPolicyScale=0", "--useLLInt=0")
function foo() {
function bar() {}
bar(...arguments);
arguments.length = undefined;
bar(...arguments);
for (let _ of new Uint8Array());
}
for (let i = 0; i < 15000; i++)
foo();