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

LibJS: Implement Promise.allSettled on the Promise constructor

This commit is contained in:
Timothy Flynn 2021-08-21 17:00:48 -04:00 committed by Linus Groh
parent 4dffa40a8d
commit 949f294444
5 changed files with 266 additions and 2 deletions

View file

@ -314,6 +314,7 @@ namespace JS {
P(race) \
P(random) \
P(raw) \
P(reason) \
P(reduce) \
P(reduceRight) \
P(reject) \
@ -370,6 +371,7 @@ namespace JS {
P(splice) \
P(sqrt) \
P(startsWith) \
P(status) \
P(sticky) \
P(store) \
P(strike) \