mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:38:10 +00:00
![]() IDL dictionary members are nullable by default (unless marked as `required`) and should not get any value assigned unless one was provided by the userland code that isn't undefined, or if the member has a default value. This is so that we can use Optional<T> in the internal representation and check for "is present" via Optional::has_value(). |
||
---|---|---|
.. | ||
BindingsGenerator | ||
CMakeLists.txt | ||
GenerateCSSEnums.cpp | ||
GenerateCSSMediaFeatureID.cpp | ||
GenerateCSSPropertyID.cpp | ||
GenerateCSSTransformFunctions.cpp | ||
GenerateCSSValueID.cpp | ||
GeneratorUtil.h |