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:
parent
4dffa40a8d
commit
949f294444
5 changed files with 266 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue