mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +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).