Files
ladybird/Userland/Libraries/LibJS/Runtime
Linus Groh e77503e49b LibJS: Make string_to_number() return double instead of Optional<Value>
This would never return an empty optional or non-numeric value, and in
fact every caller as_double()'d the value right away.
Let's make the type match reality instead :^)
2023-03-01 17:55:42 +00:00
..
2023-02-11 21:47:57 +00:00
2023-02-11 21:47:57 +00:00
2023-02-11 21:47:57 +00:00