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:
parent
f0cd28dedd
commit
c14cb65215
3 changed files with 98 additions and 0 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_typedef(Interface&);
|
||||
void parse_interface_mixin(Interface&);
|
||||
void parse_dictionary(Interface&);
|
||||
void parse_constructor(Interface&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue