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

LibJS: Add the String.fromCodePoint() method

This commit is contained in:
Idan Horowitz 2021-06-16 11:36:23 +03:00 committed by Linus Groh
parent 89855d0b8c
commit 2299be474b
5 changed files with 63 additions and 0 deletions

View file

@ -128,6 +128,7 @@ namespace JS {
P(freeze) \
P(from) \
P(fromCharCode) \
P(fromCodePoint) \
P(fromEntries) \
P(fround) \
P(gc) \