mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
LibJS: Implement Unicode aware String.prototype.to{Upper,Lower}Case
This commit is contained in:
parent
98d8274040
commit
2e3a5b884c
4 changed files with 30 additions and 9 deletions
|
@ -165,4 +165,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_lib(LibJS js)
|
||||
target_link_libraries(LibJS LibM LibCore LibCrypto LibRegex LibSyntax)
|
||||
target_link_libraries(LibJS LibM LibCore LibCrypto LibRegex LibSyntax LibUnicode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue