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

LibJS: Reorganize spec steps for Intl.RelativeTimeFormat

This is an editorial change in the Intl spec:
a3ae343
This commit is contained in:
Timothy Flynn 2022-03-15 11:09:11 -04:00 committed by Andreas Kling
parent 8941d0b49e
commit 04bb17ca94
5 changed files with 94 additions and 90 deletions

View file

@ -27,4 +27,6 @@ private:
JS_DECLARE_NATIVE_FUNCTION(supported_locales_of);
};
ThrowCompletionOr<RelativeTimeFormat*> initialize_relative_time_format(GlobalObject& global_object, RelativeTimeFormat& relative_time_format, Value locales_value, Value options_value);
}