mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
LibJS: Implement Iterator.prototype.toArray
This commit is contained in:
parent
acc05480e8
commit
35380b2aef
4 changed files with 94 additions and 0 deletions
|
@ -512,6 +512,7 @@ namespace JS {
|
|||
P(timeZone) \
|
||||
P(timeZoneName) \
|
||||
P(timeZones) \
|
||||
P(toArray) \
|
||||
P(toDateString) \
|
||||
P(toExponential) \
|
||||
P(toFixed) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue