serenity/Userland
Anonymous 2822da8c8f LibJS: Correct behaviour of direct vs. indirect eval
eval only has direct access to the local scope when accessed through
the name eval. This includes locals named eval, because of course it
does.
2021-06-23 09:38:33 +01:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications DisplaySettings: Revert changes unless confirmed 2021-06-23 01:27:21 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools UserspaceEmulator: Add a simple debugging Console 2021-06-23 12:41:37 +04:30
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games FlappyBug: Standardize on "high score" rather than "highscore" 2021-06-22 23:05:10 +02:00
Libraries LibJS: Correct behaviour of direct vs. indirect eval 2021-06-23 09:38:33 +01:00
Services ChessEngine: don't store board in non-leaf nodes in MCTS 2021-06-22 23:09:42 +02:00
Shell Tests: Run each test in their respective directories 2021-06-22 18:54:40 +04:30
Utilities cp: Copy sources into destination if it is already a directory 2021-06-21 16:50:29 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00