LibJS: Implement Array.fromAsync

This commit is contained in:
Shannon Booth 2023-07-15 22:37:22 +12:00 committed by Linus Groh
commit fe4f2923f8
Notes: sideshowbarker 2024-07-16 21:30:46 +09:00
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) \