ladybird/Libraries/LibWeb/IndexedDB/Internal
Andrew Kaster 6ed2bf2bb1 LibWeb: Mark local variables captured in GC functions as ignored
These variables are all captured in queued events or other event loop
tasks, but are all guarded by event loop spins later in the function.

The IGNORE_USE_IN_ESCAPING_LAMBDA will soon be required for all locals
that are captured by ref in GC::Function as well as AK::Function.
2024-12-10 07:13:00 +01:00
..
Algorithms.cpp LibWeb: Mark local variables captured in GC functions as ignored 2024-12-10 07:13:00 +01:00
Algorithms.h LibWeb: Implement most of upgrade_a_database for IndexedDB 2024-11-26 14:50:27 +01:00
ConnectionQueueHandler.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Database.cpp AK: Don't implicitly convert Optional<T&> to Optional<T> 2024-12-04 01:58:22 +01:00
Database.h Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
Key.cpp LibWeb: Add a Key type for IndexedDB 2024-11-25 11:53:50 +01:00
Key.h LibWeb: Add a Key type for IndexedDB 2024-11-25 11:53:50 +01:00