1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +00:00

LibJS: Implement Temporal.Calendar.prototype.mergeFields()

This commit is contained in:
Linus Groh 2021-08-16 22:23:52 +01:00
parent 1ea604adb1
commit 1292d80b93
6 changed files with 173 additions and 0 deletions

View file

@ -266,6 +266,7 @@ namespace JS {
P(log10) \
P(map) \
P(max) \
P(mergeFields) \
P(message) \
P(microsecond) \
P(microseconds) \