mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibJS: Implement Array.fromAsync
This commit is contained in:
parent
80b48b708f
commit
fe4f2923f8
Notes:
sideshowbarker
2024-07-16 21:30:46 +09:00
Author: https://github.com/shannonbooth
Commit: fe4f2923f8
Pull-request: https://github.com/SerenityOS/serenity/pull/20047
Reviewed-by: https://github.com/linusg
3 changed files with 246 additions and 0 deletions
|
@ -208,6 +208,7 @@ namespace JS {
|
|||
P(fractionalSecondDigits) \
|
||||
P(freeze) \
|
||||
P(from) \
|
||||
P(fromAsync) \
|
||||
P(fromCharCode) \
|
||||
P(fromCodePoint) \
|
||||
P(fromEntries) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue