1
Fork 0
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:
Xavier Cooney 2020-12-25 12:58:34 +11:00 committed by Andreas Kling
parent 43f948b357
commit 1cf92d39eb
5 changed files with 88 additions and 0 deletions

View file

@ -93,6 +93,7 @@ namespace JS {
P(description) \
P(done) \
P(dotAll) \
P(endsWith) \
P(entries) \
P(enumerable) \
P(error) \