mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
LibJS: Add the String.fromCodePoint() method
This commit is contained in:
parent
89855d0b8c
commit
2299be474b
5 changed files with 63 additions and 0 deletions
|
@ -128,6 +128,7 @@ namespace JS {
|
|||
P(freeze) \
|
||||
P(from) \
|
||||
P(fromCharCode) \
|
||||
P(fromCodePoint) \
|
||||
P(fromEntries) \
|
||||
P(fround) \
|
||||
P(gc) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue