1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00
ladybird/Userland/Libraries/LibJS/Tests/builtins/functions
davidot 62fc3e50f3 LibJS: Make parseFloat use the new double parser
This means it no longer is locale dependent and doesn't incorrectly
accept hex floats anymore.
2022-10-23 15:48:45 +02:00
..
escapeUnescape.js
isFinite.js
isNaN.js
parseFloat.js LibJS: Make parseFloat use the new double parser 2022-10-23 15:48:45 +02:00
uriEncodeDecode.js