LibJS: Implement Temporal.Now

This commit is contained in:
Timothy Flynn 2024-11-24 17:23:31 -05:00 committed by Andreas Kling
commit f2c19f96f8
Notes: github-actions[bot] 2024-11-25 12:33:55 +00:00
12 changed files with 252 additions and 0 deletions

View file

@ -282,6 +282,7 @@ namespace Temporal {
JS_ENUMERATE_TEMPORAL_OBJECTS
#undef __JS_ENUMERATE
class Now;
class Temporal;
struct CalendarDate;