ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator
Sam Atkins a6f0508f9f BindingsGenerator+LibIDL: Parse "inherit" attributes
An "inherit attribute" calls an ancestor's getter with the same name,
but defines its own setter. Since a parent class's public methods are
exposed to child classes, we don't have to do any special handling here
to call the parent's methods, it just works. :^)
2022-10-06 21:45:07 +01:00
..
CMakeLists.txt Everywhere: Rename WrapperGenerator to BindingsGenerator 2022-09-21 23:06:08 +01:00
IDLGenerators.cpp LibWeb: Implement <input type=file> behavior 2022-10-04 22:05:14 +02:00
main.cpp BindingsGenerator+LibIDL: Parse "inherit" attributes 2022-10-06 21:45:07 +01:00