ladybird/Userland/DynamicLoader
Brian Gianforcaro 1498dcd9e1 DynamicLoader: Use string view literal to remove a allocation on startup
The ""sv operator switches a const char* to String conversion into
just a StringView literal.
2021-07-02 10:51:20 +04:30
..
CMakeLists.txt DynamicLoader: Remove obsolete comment 2021-07-01 17:22:22 +02:00
main.cpp DynamicLoader: Use string view literal to remove a allocation on startup 2021-07-02 10:51:20 +04:30
misc.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
misc.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00