mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
![]() This can apply to optional, nullable parameters of platform types. This will cause the generator to generate the type as Optional<JS::GCPtr<T>> rather than JS::GCPtr<T>, allowing the implementation to differentiate between the case where the argument was not passed, and the case where null or undefined was passed. Needing to differentiate these two cases is quite niche, hence why it is an opt-in behavior. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
IDLGenerators.cpp | ||
main.cpp | ||
Namespaces.h |