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

LibJS: Implement Temporal.Instant.prototype.until

This commit is contained in:
Idan Horowitz 2021-09-06 21:28:06 +03:00 committed by Linus Groh
parent 24b78fff7d
commit 470499b2a8
4 changed files with 83 additions and 0 deletions

View file

@ -443,6 +443,7 @@ namespace JS {
P(undefined) \
P(unescape) \
P(unicode) \
P(until) \
P(unregister) \
P(unshift) \
P(value) \