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:
parent
e9c76d339b
commit
c38163494a
3 changed files with 68 additions and 1 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue