mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
LibJS: Implement the Promise.withResolvers proposal
https://github.com/tc39/proposal-promise-with-resolvers
This commit is contained in:
parent
705e96568c
commit
36d156428b
4 changed files with 87 additions and 1 deletions
|
@ -405,6 +405,7 @@ namespace JS {
|
|||
P(pop) \
|
||||
P(pow) \
|
||||
P(preventExtensions) \
|
||||
P(promise) \
|
||||
P(propertyIsEnumerable) \
|
||||
P(prototype) \
|
||||
P(proxy) \
|
||||
|
@ -582,6 +583,7 @@ namespace JS {
|
|||
P(withCalendar) \
|
||||
P(withPlainDate) \
|
||||
P(withPlainTime) \
|
||||
P(withResolvers) \
|
||||
P(withTimeZone) \
|
||||
P(writable) \
|
||||
P(year) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue