mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
LibJS: Implement Temporal.ZonedDateTime.prototype.equals
This commit is contained in:
parent
ac12581140
commit
706296374b
Notes:
sideshowbarker
2024-07-18 01:26:45 +09:00
Author: https://github.com/Lubrsi
Commit: 706296374b
Pull-request: https://github.com/SerenityOS/serenity/pull/10835
Reviewed-by: https://github.com/IdanHo ✅
5 changed files with 70 additions and 0 deletions
|
@ -53,6 +53,7 @@ ThrowCompletionOr<PlainDateTime*> builtin_time_zone_get_plain_date_time_for(Glob
|
|||
ThrowCompletionOr<Instant*> builtin_time_zone_get_instant_for(GlobalObject&, Value time_zone, PlainDateTime&, StringView disambiguation);
|
||||
ThrowCompletionOr<Instant*> disambiguate_possible_instants(GlobalObject&, Vector<Value> const& possible_instants, Value time_zone, PlainDateTime&, StringView disambiguation);
|
||||
ThrowCompletionOr<MarkedValueList> get_possible_instants_for(GlobalObject&, Value time_zone, PlainDateTime&);
|
||||
ThrowCompletionOr<bool> time_zone_equals(GlobalObject&, Object& one, Object& two);
|
||||
|
||||
bool is_valid_time_zone_numeric_utc_offset_syntax(String const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue