Files
ladybird/Userland/Libraries/LibJS/Runtime/AbstractOperations.cpp
Jonne Ransijn 0080f399c7 LibJS: Remove PropertyKey::is_valid() method
This method was being used to check for invalid `PropertyKey`s.
Since invalid `PropertyKey`s are no longer created, and since the
associated method has also been removed in the latest edition of
ECMA-262, the method can now be removed here as well.

While we are removing all its calls, lets also update any surrounding
spec comments to the current latest edition, where possible.
2024-11-09 17:55:03 +01:00

81 KiB