mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
In the common case, parseInt() is being called with strings that don't have leading whitespace. By checking for that first, we can avoid the cost of trimming and multiple malloc/GC allocations.
33 KiB
33 KiB