mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibJS: Reorganize spec steps for Intl.RelativeTimeFormat
This is an editorial change in the Intl spec: https://github.com/tc39/ecma402/commit/a3ae343
This commit is contained in:
committed by
Andreas Kling
parent
8941d0b49e
commit
04bb17ca94
Notes:
sideshowbarker
2024-07-17 17:22:15 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/04bb17ca94 Pull-request: https://github.com/SerenityOS/serenity/pull/13060
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user