mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
LibJS: Implement Temporal.PlainTime.prototype.second
This commit is contained in:
parent
574f474d27
commit
c5f03bc921
Notes:
sideshowbarker
2024-07-18 07:57:56 +09:00
Author: https://github.com/linusg
Commit: c5f03bc921
Pull-request: https://github.com/SerenityOS/serenity/pull/9078
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 30 additions and 0 deletions
|
@ -308,6 +308,7 @@ namespace JS {
|
|||
P(revoke) \
|
||||
P(round) \
|
||||
P(seal) \
|
||||
P(second) \
|
||||
P(seconds) \
|
||||
P(set) \
|
||||
P(setBigInt64) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue