mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibJS: Implement Date.UTC()
This commit is contained in:
parent
221b412210
commit
1eac1b360b
3 changed files with 31 additions and 0 deletions
|
@ -45,6 +45,7 @@ private:
|
|||
virtual bool has_constructor() const override { return true; }
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(now);
|
||||
JS_DECLARE_NATIVE_FUNCTION(utc);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue