Files
ladybird/Libraries/LibJS
Andreas Kling 6a6618f5ea LibJS: Add RawNonnullGCPtr<T>
This is really just a type alias for NonnullGCPtr<T>, but it provides
a way to have non-owning non-visited NonnullGCPtr<T> without getting
yelled at by the Clang plugin for catching GC errors.
2024-11-11 21:40:56 +01:00
..
2024-11-11 21:40:56 +01:00
2024-11-10 14:48:20 -07:00