Files
ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
Andreas Kling 4ae2390554 LibWeb: Support NoInstanceWrapper extended attribute on interfaces
This tells the wrapper generator that there is no separate wrapper class
for this interface, and it should refer directly to the C++ "Foo" object
instead of "FooWrapper".
2022-09-06 00:27:09 +02:00
..