ladybird/Userland
Idan Horowitz 648b4c7d74 LibJS: Bring JSON.parse slightly closer to the specification
This PR does not fix the main issue with our current implementation:
The specification requires that we first check the JSON string for
validity with an ECMA-404 compliant parser, and then evaluate it as if
it was javascript code, of which we do neither at the moment.
2021-07-01 14:14:41 +01:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications FileManager: Remove clicked breadcrumbs for non-existing directories 2021-07-01 17:15:26 +04:30
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools Userland: Disable Hackstudio and UE on x86_64 2021-06-30 19:05:51 +02:00
DynamicLoader DynamicLoader: Implement self relocations for x86_64 2021-06-29 20:03:36 +02:00
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibJS: Bring JSON.parse slightly closer to the specification 2021-07-01 14:14:41 +01:00
Services AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
Shell AK: Remove the LexicalPath::is_valid() API 2021-06-30 11:13:54 +02:00
Utilities Utilities: Fix Build on x86_64 2021-06-30 19:05:51 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00