serenity/Userland
Jelle Raaijmakers 8f015a18a5 LibJS: Dereference intrinsic accessor before deleting it
The iterator used to find an intrinsic accessor is used after calling
`HashMap.remove()` on it, which works for our current implementation but
will fall apart when you consider that modifications to the hash map
might invalidate all existing iterators that came from it, as many
implementations do.

Since we're aiming to replace our `HashTable` implementation with
something new, let's fix this first :^)
2023-02-17 22:29:51 -07:00
..
Applets LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Applications TextEditor: Replace DeprecatedString for String 2023-02-17 16:32:02 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos WidgetGallery: Use dynamic layout techniques in the sliders tab 2023-02-17 16:25:57 +00:00
DevTools Everywhere: Change all XXX into FIXME or remove as appropriate 2023-02-15 23:33:25 +01:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Libraries LibJS: Dereference intrinsic accessor before deleting it 2023-02-17 22:29:51 -07:00
Services LibWeb: Make factory methods of DOM::Event fallible 2023-02-18 00:52:47 +01:00
Shell Shell: Correct the out-of-bounds expansion bailing condition 2023-02-18 06:55:46 +03:30
Utilities icc: Add flags for writing and dumping profiles 2023-02-17 20:05:50 -07:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00