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:
parent
9f71e3cab4
commit
8e05b49089
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