1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:17:41 +00:00
serenity/Userland/Libraries/LibWeb/Crypto
Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible
This is mostly motivated for aesthetics, but also helps avoid some null
checks when we have a NonnullGCPtr<T> or in some cases a T&.
2023-11-19 08:05:45 +00:00
..
Crypto.cpp LibWeb/LibJS: Avoid GC visit of raw pointers where possible 2023-11-19 08:05:45 +00:00
Crypto.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Crypto.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00
SubtleCrypto.cpp LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
SubtleCrypto.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
SubtleCrypto.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00