ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb
Idan Horowitz a4bc3fa255 LibWeb: Initialize IDL-generated prototypes' prototype directly
Instead of setting it to the default object prototype and then
immediately setting it again via internal_set_prototype_of, we can just
set it directly in the parent constructor call.
2021-10-02 13:23:59 +01:00
..
CMakeLists.txt Meta: Define and use lagom_tool() CMake helper function for all Tools 2021-09-15 19:04:52 +04:30
Generate_CSS_PropertyID_cpp.cpp LibWeb: Generate CSS::property_id_from_camel_case_string() 2021-09-29 21:21:57 +02:00
Generate_CSS_PropertyID_h.cpp LibWeb: Generate CSS::property_id_from_camel_case_string() 2021-09-29 21:21:57 +02:00
Generate_CSS_ValueID_cpp.cpp Everywhere: Move all host tools into the Lagom/Tools subdirectory 2021-08-28 08:44:17 +01:00
Generate_CSS_ValueID_h.cpp Everywhere: Move all host tools into the Lagom/Tools subdirectory 2021-08-28 08:44:17 +01:00
WrapperGenerator.cpp LibWeb: Initialize IDL-generated prototypes' prototype directly 2021-10-02 13:23:59 +01:00