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:
parent
0e2f9f006d
commit
67028ee3a3
4 changed files with 192 additions and 0 deletions
|
@ -157,6 +157,7 @@ namespace JS {
|
|||
P(disposed) \
|
||||
P(done) \
|
||||
P(dotAll) \
|
||||
P(drop) \
|
||||
P(encodeURI) \
|
||||
P(encodeURIComponent) \
|
||||
P(endsWith) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue