1
Fork 0
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:
Timothy Flynn 2023-07-12 15:28:03 -04:00 committed by Linus Groh
parent 705e96568c
commit 36d156428b
4 changed files with 87 additions and 1 deletions

View file

@ -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) \