1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

LibJS: Implement Iterator.prototype.take

This commit is contained in:
Timothy Flynn 2023-06-25 11:45:52 -04:00 committed by Andreas Kling
parent 7e0083fb65
commit 0e2f9f006d
5 changed files with 194 additions and 0 deletions

View file

@ -498,6 +498,7 @@ namespace JS {
P(supportedLocalesOf) \
P(supportedValuesOf) \
P(symmetricDifference) \
P(take) \
P(tan) \
P(tanh) \
P(test) \