mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +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.