LibJS: Implement Iterator.prototype.drop

This commit is contained in:
Timothy Flynn 2023-06-25 12:20:00 -04:00 committed by Andreas Kling
commit 67028ee3a3
Notes: sideshowbarker 2024-07-17 08:45:34 +09:00
4 changed files with 192 additions and 0 deletions

View file

@ -157,6 +157,7 @@ namespace JS {
P(disposed) \
P(done) \
P(dotAll) \
P(drop) \
P(encodeURI) \
P(encodeURIComponent) \
P(endsWith) \