mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibIDL+IDLGenerators: Support generation of IDL partial dictionaries
This commit is contained in:
parent
8cf16da6c2
commit
348db1c445
Notes:
github-actions[bot]
2025-02-05 20:20:03 +00:00
Author: https://github.com/devgianlu
Commit: 348db1c445
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3117
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 42 additions and 5 deletions
|
@ -297,6 +297,7 @@ public:
|
|||
Optional<Function> named_property_deleter;
|
||||
|
||||
HashMap<ByteString, Dictionary> dictionaries;
|
||||
HashMap<ByteString, Vector<Dictionary>> partial_dictionaries;
|
||||
HashMap<ByteString, Enumeration> enumerations;
|
||||
HashMap<ByteString, Typedef> typedefs;
|
||||
HashMap<ByteString, Interface*> mixins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue