LibJS: Implement String.prototype.endsWith()

This commit is contained in:
Xavier Cooney 2020-12-25 12:58:34 +11:00 committed by Andreas Kling
commit 1cf92d39eb
Notes: sideshowbarker 2024-07-19 00:36:17 +09:00
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) \