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

LibJS: Implement Temporal.Instant.prototype.subtract()

This commit is contained in:
Linus Groh 2021-08-07 00:38:21 +01:00
parent b38f1fb071
commit 6852ba4d34
4 changed files with 87 additions and 0 deletions

View file

@ -369,6 +369,7 @@ namespace JS {
P(subarray) \
P(substr) \
P(substring) \
P(subtract) \
P(sup) \
P(tan) \
P(tanh) \