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 LibJS: Correcly handle surrogates in escape() 2022-01-14 10:59:46 +01:00
isFinite.js
isNaN.js
parseFloat.js LibJS: Make parseFloat use the new double parser 2022-10-23 15:48:45 +02:00
uriEncodeDecode.js