mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
PropertyKey values can only be String or Symbol per spec; numeric keys are an internal optimization and should be treated as Strings. This fixes incorrect behavior for numeric property names on legacy platform objects (e.g. Web Storage).