1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:21:00 +00:00
serenity/Userland
Andreas Kling 9ccc2f6c4d LibJS: Make EnvironmentRecord inherit directly from Cell
Previously, EnvironmentRecord was a JS::Object. This was done because
GlobalObject inherited from EnvironmentRecord. Now that this is no
longer the case, we can simplify things by making EnvironmentRecord
inherit from Cell directly.

This also removes the need for environment records to have a shape,
which was awkward. This will be removed in the following patch.
2021-06-23 13:08:27 +02:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications HexEditor: Change name for unsaved files to 'Untitled' 2021-06-23 13:08:14 +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: Make EnvironmentRecord inherit directly from Cell 2021-06-23 13:08:27 +02: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