1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:27:45 +00:00

LibJS: Start implementing Intl Segments objects

This commit is contained in:
Idan Horowitz 2022-01-30 01:08:42 +02:00 committed by Linus Groh
parent 891dfd9cbb
commit bbacea255f
8 changed files with 136 additions and 0 deletions

View file

@ -218,6 +218,10 @@ namespace Intl {
class PrototypeName;
JS_ENUMERATE_INTL_OBJECTS
#undef __JS_ENUMERATE
// Not included in JS_ENUMERATE_INTL_OBJECTS due to missing distinct constructor
class Segments;
class SegmentsPrototype;
};
namespace Temporal {