ladybird/Userland
Andreas Kling 29935fe943 LibJS: Support for (x in obj) iteration in bytecode VM
We were mistakenly treating these as `for (x of obj)`. By reorganizing
the code a little bit, we actually support both kinds of iteration with
less duplication. :^)

Fixes 17 tests in test262.
2022-10-19 19:03:57 +02:00
..
Applets
Applications WebDriver: Implement GET /session/{id}/element/{id}/attribute/{name} 2022-10-19 17:30:58 +02:00
Demos
DevTools
DynamicLoader DynamicLoader: Use fewer GLOB patterns for arch-specific files 2022-10-16 16:36:39 +02:00
Games 2048: Do not decrement m_target_tile_power 2022-10-17 22:40:52 +02:00
Libraries LibJS: Support for (x in obj) iteration in bytecode VM 2022-10-19 19:03:57 +02:00
Services WebDriver: Implement GET /session/{id}/element/{id}/attribute/{name} 2022-10-19 17:30:58 +02:00
Shell CMake+Userland: Use CMakeLists from Userland to build Lagom Libraries 2022-10-16 16:36:39 +02:00
Utilities route: Accept CIDR notation when specifying network 2022-10-17 20:18:44 +02:00
CMakeLists.txt