1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:37:35 +00:00

LibWeb: Add support for IDL typedefs

This commit is contained in:
Idan Horowitz 2022-03-30 23:32:44 +03:00 committed by Andreas Kling
parent f0cd28dedd
commit c14cb65215
3 changed files with 98 additions and 0 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_typedef(Interface&);
void parse_interface_mixin(Interface&);
void parse_dictionary(Interface&);
void parse_constructor(Interface&);