mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
LibJS: Implement String.prototype.endsWith()
This commit is contained in:
parent
43f948b357
commit
1cf92d39eb
Notes:
sideshowbarker
2024-07-19 00:36:17 +09:00
Author: https://github.com/XavierCooney
Commit: 1cf92d39eb
Pull-request: https://github.com/SerenityOS/serenity/pull/4507
Reviewed-by: https://github.com/linusg ✅
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