mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibJS: Implement Iterator.prototype.drop
This commit is contained in:
parent
0e2f9f006d
commit
67028ee3a3
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/trflynn89
Commit: 67028ee3a3
Pull-request: https://github.com/SerenityOS/serenity/pull/19642
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