mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
LibJS: Add the String.prototype.codePointAt() method
This commit also brings charAt & charCodeAt closer to the specification
This commit is contained in:
parent
9f71e3cab4
commit
8e05b49089
Notes:
sideshowbarker
2024-07-18 12:10:37 +09:00
Author: https://github.com/IdanHo
Commit: 8e05b49089
Pull-request: https://github.com/SerenityOS/serenity/pull/8095
Reviewed-by: https://github.com/linusg
3 changed files with 31 additions and 18 deletions
|
@ -78,6 +78,7 @@ namespace JS {
|
|||
P(cleanupSome) \
|
||||
P(clear) \
|
||||
P(clz32) \
|
||||
P(codePointAt) \
|
||||
P(concat) \
|
||||
P(configurable) \
|
||||
P(console) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue