mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:48:11 +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(). |
||
---|---|---|
.. | ||
IPCCompiler | ||
LibEDID | ||
LibLocale | ||
LibTimeZone | ||
LibUnicode | ||
LibWeb | ||
StateMachineGenerator | ||
CMakeLists.txt |