mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()
This commit is contained in:
parent
d428787e18
commit
96e63415b6
6 changed files with 61 additions and 0 deletions
|
@ -182,6 +182,7 @@ namespace JS {
|
|||
P(getMilliseconds) \
|
||||
P(getMinutes) \
|
||||
P(getMonth) \
|
||||
P(getOffsetNanosecondsFor) \
|
||||
P(getOwnPropertyDescriptor) \
|
||||
P(getOwnPropertyDescriptors) \
|
||||
P(getOwnPropertyNames) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue