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:
parent
891dfd9cbb
commit
bbacea255f
8 changed files with 136 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue