1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

LibJS: Add the String.prototype.codePointAt() method

This commit also brings charAt & charCodeAt closer to the specification
This commit is contained in:
Idan Horowitz 2021-06-16 17:30:41 +03:00 committed by Linus Groh
parent 9f71e3cab4
commit 8e05b49089
3 changed files with 31 additions and 18 deletions

View file

@ -78,6 +78,7 @@ namespace JS {
P(cleanupSome) \
P(clear) \
P(clz32) \
P(codePointAt) \
P(concat) \
P(configurable) \
P(console) \