1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
Idan Horowitz 59e9e7cc61 LibWeb: Add a very basic and ad-hoc version of IDL overload resolution
This initial version lays down the basic foundation of IDL overload
resolution, but much of it will have to be replaced with the actual IDL
overload resolution algorithms once we start implementing more complex
IDL overloading scenarios.
2022-03-05 23:40:08 +01:00
..
CMakeLists.txt Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLGenerators.cpp LibWeb: Add a very basic and ad-hoc version of IDL overload resolution 2022-03-05 23:40:08 +01:00
IDLParser.cpp LibWeb: Add a very basic and ad-hoc version of IDL overload resolution 2022-03-05 23:40:08 +01:00
IDLParser.h WrapperGenerator: Add support for IDL mixin interfaces 2022-02-17 19:55:27 +01:00
IDLTypes.h LibWeb: Add a very basic and ad-hoc version of IDL overload resolution 2022-03-05 23:40:08 +01:00
main.cpp LibWeb: Move WebSocket into the Web::WebSockets namespace 2022-02-18 19:34:08 +00:00