1
0
Fork 0
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:
devgianlu 2024-12-29 15:20:12 +01:00 committed by Andrew Kaster
parent 8cf16da6c2
commit 348db1c445
Notes: github-actions[bot] 2025-02-05 20:20:03 +00:00
3 changed files with 42 additions and 5 deletions

View file

@ -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;