mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibJS: Add missing spec link to YearMonthFromFields
This commit is contained in:
parent
795e077eb8
commit
cbe7015c0c
Notes:
sideshowbarker
2024-07-18 05:37:47 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/cbe7015c0ce Pull-request: https://github.com/SerenityOS/serenity/pull/9457 Reviewed-by: https://github.com/IdanHo ✅
@ -417,7 +417,7 @@ PlainDate* date_from_fields(GlobalObject& global_object, Object& calendar, Objec
|
||||
return static_cast<PlainDate*>(date_object);
|
||||
}
|
||||
|
||||
// 12.1.25 YearMonthFromFields ( calendar, fields [ , options ] ),
|
||||
// 12.1.25 YearMonthFromFields ( calendar, fields [ , options ] ), https://tc39.es/proposal-temporal/#sec-temporal-yearmonthfromfields
|
||||
PlainYearMonth* year_month_from_fields(GlobalObject& global_object, Object& calendar, Object& fields, Object* options)
|
||||
{
|
||||
auto& vm = global_object.vm();
|
||||
|
Loading…
Reference in New Issue
Block a user