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:
parent
b38f1fb071
commit
6852ba4d34
4 changed files with 87 additions and 0 deletions
|
@ -369,6 +369,7 @@ namespace JS {
|
|||
P(subarray) \
|
||||
P(substr) \
|
||||
P(substring) \
|
||||
P(subtract) \
|
||||
P(sup) \
|
||||
P(tan) \
|
||||
P(tanh) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue