ladybird/Userland
Andreas Kling d6e959686d LibJS: Remove automatic ExecutionContext creation in BC interpreter
This was a remnant from the AST/BC hybrid interpreter times. We've had
a VERIFY in here for weeks now that would catch anything depending on
this behavior, and nothing has hit it, so let's remove the unnecessary
code (but leave the VERIFY) :^)
2023-09-21 16:19:13 +02:00
..
Applets Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Applications Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
DevTools Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Libraries LibJS: Remove automatic ExecutionContext creation in BC interpreter 2023-09-21 16:19:13 +02:00
Services Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00