mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:08:12 +00:00
![]() The keyword accessors all have the same function body in the spec, except for the Intl.Locale method they invoke. This generates those properties in the same manner as RegExp.prototype. Intl.Locale.prototype.calendar Intl.Locale.prototype.caseFirst Intl.Locale.prototype.collation Intl.Locale.prototype.hourCycle Intl.Locale.prototype.numberingSystem The exception is Intl.Locale.prototype.numeric, which will be defined separately because it is a boolean value. |
||
---|---|---|
.. | ||
AbstractOperations.cpp | ||
AbstractOperations.h | ||
DisplayNames.cpp | ||
DisplayNames.h | ||
DisplayNamesConstructor.cpp | ||
DisplayNamesConstructor.h | ||
DisplayNamesPrototype.cpp | ||
DisplayNamesPrototype.h | ||
Intl.cpp | ||
Intl.h | ||
Locale.cpp | ||
Locale.h | ||
LocaleConstructor.cpp | ||
LocaleConstructor.h | ||
LocalePrototype.cpp | ||
LocalePrototype.h |