mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
LibJS: Stub out String.prototype.normalize
This commit is contained in:
parent
0239c79d3d
commit
771e3b9868
Notes:
sideshowbarker
2024-07-17 10:29:51 +09:00
Author: https://github.com/stelar7
Commit: 771e3b9868
Pull-request: https://github.com/SerenityOS/serenity/pull/14169
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/trflynn89
5 changed files with 84 additions and 1 deletions
|
@ -342,6 +342,7 @@ namespace JS {
|
|||
P(nanoseconds) \
|
||||
P(negated) \
|
||||
P(next) \
|
||||
P(normalize) \
|
||||
P(notation) \
|
||||
P(now) \
|
||||
P(numberingSystem) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue