mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 03:25:07 +00:00
![]() This is a bit strange in the IDL syntax, but e.g., in HTMLSelectElement, we have (simplified): undefined add(optional (HTMLElement or long)? before = null) This could instead become: undefined add(optional (HTMLElement or long) before) This change generates code for the former as if it were the latter. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
IDLGenerators.cpp | ||
IDLParser.cpp | ||
IDLParser.h | ||
IDLTypes.h | ||
main.cpp |