mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 10:41:30 +00:00
LibJS: Start implementing Temporal.Calendar
Just like the previous Temporal.{Instant,TimeZone} commits, this patch adds the Calendar object itself, its constructor and prototype (currently empty), and two required abstract operations.
This commit is contained in:
parent
48b66c7a68
commit
a2f1d79765
Notes:
sideshowbarker
2024-07-18 09:00:34 +09:00
Author: https://github.com/linusg
Commit: a2f1d79765
Pull-request: https://github.com/SerenityOS/serenity/pull/8753
Reviewed-by: https://github.com/IdanHo ✅
12 changed files with 250 additions and 3 deletions
|
@ -68,6 +68,8 @@
|
|||
#include <LibJS/Runtime/StringPrototype.h>
|
||||
#include <LibJS/Runtime/SymbolConstructor.h>
|
||||
#include <LibJS/Runtime/SymbolPrototype.h>
|
||||
#include <LibJS/Runtime/Temporal/CalendarConstructor.h>
|
||||
#include <LibJS/Runtime/Temporal/CalendarPrototype.h>
|
||||
#include <LibJS/Runtime/Temporal/InstantConstructor.h>
|
||||
#include <LibJS/Runtime/Temporal/InstantPrototype.h>
|
||||
#include <LibJS/Runtime/Temporal/Temporal.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue