ladybird/Userland/Libraries/LibWeb/CodeGenerators
Max Wipfli 9c8a2a5f69 AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
This removes JsonObject::get_or(), which is inefficient because it has
to copy the returned value. It was only used in a few cases, some of
which resulted in copying JsonObjects, which can become quite large.
2021-06-29 13:18:03 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp AK+Spreadsheet+LibWeb: Remove JsonObject::get_or() 2021-06-29 13:18:03 +02:00
Generate_CSS_PropertyID_h.cpp LibWeb: Add PropertyID::Custom to code generator 2021-05-28 10:45:38 +01:00
Generate_CSS_ValueID_cpp.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
Generate_CSS_ValueID_h.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
WrapperGenerator.cpp LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00