mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
LibJS: Implement String.prototype.endsWith()
This commit is contained in:
parent
43f948b357
commit
1cf92d39eb
5 changed files with 88 additions and 0 deletions
|
@ -93,6 +93,7 @@ namespace JS {
|
|||
P(description) \
|
||||
P(done) \
|
||||
P(dotAll) \
|
||||
P(endsWith) \
|
||||
P(entries) \
|
||||
P(enumerable) \
|
||||
P(error) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue