1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 21:51:00 +00:00
serenity/Userland
Linus Groh 509e5a3045 LibJS: Fix crash when printing error for missing class extends value prototype
If it's missing we get an empty value, but we can't use that with
to_string_without_side_effects() so we have to use undefined as the
default.

Fixes #5142.
2021-01-28 10:24:18 +01:00
..
Applications Kernel+Userland: Remove unused "effective priority" from threads 2021-01-28 08:25:53 +01:00
Demos LibGfx: Implement scaling support for Painter::blit_filtered() 2021-01-25 22:31:07 +01:00
DevTools HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
DynamicLoader DynamicLoader: Remove some unnecessary #includes 2021-01-25 18:57:06 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries LibJS: Fix crash when printing error for missing class extends value prototype 2021-01-28 10:24:18 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services WindowServer: Fix client unresponsiveness detection 2021-01-25 22:31:22 +01:00
Shell Shell: Do not bail on signaled if condition 2021-01-26 21:19:22 +01:00
Tests Tests+UserlandEmulator: Demonstrate missing backtraces 2021-01-23 16:47:09 +01:00
Utilities LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00