mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
LibJS: Implement Array.fromAsync
This commit is contained in:
parent
80b48b708f
commit
fe4f2923f8
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