mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +00:00
LibJS: Implement Temporal.TimeZone.prototype.getOffsetStringFor()
This commit is contained in:
parent
f987c11464
commit
c4123d8aad
6 changed files with 64 additions and 0 deletions
|
@ -183,6 +183,7 @@ namespace JS {
|
|||
P(getMinutes) \
|
||||
P(getMonth) \
|
||||
P(getOffsetNanosecondsFor) \
|
||||
P(getOffsetStringFor) \
|
||||
P(getOwnPropertyDescriptor) \
|
||||
P(getOwnPropertyDescriptors) \
|
||||
P(getOwnPropertyNames) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue