mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-15 21:14:48 +00:00
The `arguments` object should only have the *arguments* as numeric
properties, not the *parameters*.
Given this function:
function foo(a, b) {
return arguments.length;
}
Calling foo() with no arguments now correctly returns 0 instead of 2.
9.9 KiB
9.9 KiB