1
Fork 0
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:
Timothy Flynn 2023-06-25 13:49:46 -04:00 committed by Andreas Kling
parent acc05480e8
commit 35380b2aef
4 changed files with 94 additions and 0 deletions

View file

@ -512,6 +512,7 @@ namespace JS {
P(timeZone) \
P(timeZoneName) \
P(timeZones) \
P(toArray) \
P(toDateString) \
P(toExponential) \
P(toFixed) \