1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

LibJS: Implement Temporal.TimeZone.prototype.id

This commit is contained in:
Linus Groh 2021-07-08 20:51:57 +01:00
parent 7f0fe352e2
commit 51c581f604
4 changed files with 23 additions and 0 deletions

View file

@ -183,6 +183,7 @@ namespace JS {
P(hasOwn) \
P(hasOwnProperty) \
P(hypot) \
P(id) \
P(ignoreCase) \
P(imul) \
P(includes) \