mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 00:22:36 +02:00
The optimization that skips the string conversion for number values was causing -0 to be returned as-is. This patch adds a check for this case.