mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibJS: Implement Temporal.Duration.from()
...with ParseTemporalDurationString currently TODO()'d.
This commit is contained in:
parent
7355c23e17
commit
5c77885873
Notes:
sideshowbarker
2024-07-18 08:46:34 +09:00
Author: https://github.com/linusg
Commit: 5c77885873
Pull-request: https://github.com/SerenityOS/serenity/pull/8871
9 changed files with 236 additions and 0 deletions
|
@ -199,6 +199,7 @@ namespace Temporal {
|
|||
class PrototypeName;
|
||||
JS_ENUMERATE_TEMPORAL_OBJECTS
|
||||
#undef __JS_ENUMERATE
|
||||
struct TemporalDuration;
|
||||
};
|
||||
|
||||
template<class T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue