| //@ runNoLLInt("--useConcurrentJIT=false", "--forceEagerCompilation=True") |
| // This is a regression test that verifies we handle direct arguments as ArrayStorage. This test should complete and not crash. |
| // It is a reduction of a fuzzing bug produced testcase. All of the code present was needed to reproduce the issue. |
| for (let z of [4, 4, 4, 4, 4]) {}; |
| for (let z of [true, true, true, true, true, true, true]) { |
| function callEveryOnArgs() { |
| for (i = 0; i < 1000; ++i) { |
| Array.prototype.every.call(args, f2, {}); |