mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-03 14:26:43 +00:00
These will be removed in favour of just taking the argument and 'risking' a ToObject on null or undefined - this is how the spec does it. While that will make the message slightly less specific, it'll bring the code closer to the spec and reduce complexity, which are both preferable at the moment. Doing this is a previous, separate commit is simply an attempt to make the object rewrite commit smaller.