mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
Userland: Move files destined for LibLocale to the Locale namespace
This commit is contained in:
parent
88504b89e1
commit
ff48220dca
55 changed files with 720 additions and 716 deletions
|
@ -21,7 +21,7 @@ class Locale final : public Object {
|
|||
JS_OBJECT(Locale, Object);
|
||||
|
||||
public:
|
||||
static Locale* create(Realm&, Unicode::LocaleID const&);
|
||||
static Locale* create(Realm&, ::Locale::LocaleID const&);
|
||||
|
||||
static constexpr auto relevant_extension_keys()
|
||||
{
|
||||
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
private:
|
||||
explicit Locale(Object& prototype);
|
||||
Locale(Unicode::LocaleID const&, Object& prototype);
|
||||
Locale(::Locale::LocaleID const&, Object& prototype);
|
||||
|
||||
String m_locale; // [[Locale]]
|
||||
Optional<String> m_calendar; // [[Calendar]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue