1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +00:00

LibJS: Implement Iterator.prototype.drop

This commit is contained in:
Timothy Flynn 2023-06-25 12:20:00 -04:00 committed by Andreas Kling
parent 0e2f9f006d
commit 67028ee3a3
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) \