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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
isNaN.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
parseFloat.js LibJS: Make parseFloat use the new double parser 2022-10-23 15:48:45 +02:00
uriEncodeDecode.js LibJS: Implement the encode/decodeURI(Component) family of functions 2021-04-14 13:30:10 +02:00