LibJS: Implement Iterator.prototype.take

This commit is contained in:
Timothy Flynn 2023-06-25 11:45:52 -04:00 committed by Andreas Kling
commit 0e2f9f006d
Notes: sideshowbarker 2024-07-17 01:46:43 +09:00
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) \