ladybird/Userland
Andreas Kling 9d21d88374 LibJS: Allow let and const to create locals in global code
This is actually safe everywhere but in the topmost program scope.
For web compatibility reasons, we have to flush all top-level bindings
to the environment, in case a subsequent separate <script> program
comes looking for them.
2024-06-14 16:08:02 +02:00
..
Libraries LibJS: Allow let and const to create locals in global code 2024-06-14 16:08:02 +02:00
Services LibWeb: Add Contrast preference 2024-06-13 11:18:38 +02:00
Utilities Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
CMakeLists.txt