LibJS: Implement Temporal.ZonedDateTime.compare

This commit is contained in:
Luke Wilde 2021-11-07 01:09:09 +00:00 committed by Idan Horowitz
commit ac12581140
Notes: sideshowbarker 2024-07-18 01:26:49 +09:00
3 changed files with 31 additions and 0 deletions

View file

@ -25,6 +25,7 @@ private:
virtual bool has_constructor() const override { return true; }
JS_DECLARE_NATIVE_FUNCTION(from);
JS_DECLARE_NATIVE_FUNCTION(compare);
};
}