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

LibJS: Implement Array.fromAsync

This commit is contained in:
Shannon Booth 2023-07-15 22:37:22 +12:00 committed by Linus Groh
parent 80b48b708f
commit fe4f2923f8
3 changed files with 246 additions and 0 deletions

View file

@ -208,6 +208,7 @@ namespace JS {
P(fractionalSecondDigits) \
P(freeze) \
P(from) \
P(fromAsync) \
P(fromCharCode) \
P(fromCodePoint) \
P(fromEntries) \