1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00

WrapperGenerator: Add support for IDL mixin interfaces

This commit is contained in:
Ali Mohammad Pur 2022-02-17 03:15:57 +03:30 committed by Andreas Kling
parent e9c76d339b
commit c38163494a
3 changed files with 68 additions and 1 deletions

View file

@ -38,6 +38,7 @@ private:
void parse_interface(Interface&);
void parse_non_interface_entities(bool allow_interface, Interface&);
void parse_enumeration(Interface&);
void parse_interface_mixin(Interface&);
void parse_dictionary(Interface&);
void parse_constructor(Interface&);
void parse_getter(HashMap<String, String>& extended_attributes, Interface&);