mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
LibJS: Add the global escape() & unescape() methods
This commit is contained in:
parent
e2fb7943f7
commit
442ef63008
4 changed files with 69 additions and 0 deletions
|
@ -99,6 +99,7 @@ namespace JS {
|
|||
P(entries) \
|
||||
P(enumerable) \
|
||||
P(error) \
|
||||
P(escape) \
|
||||
P(eval) \
|
||||
P(every) \
|
||||
P(exec) \
|
||||
|
@ -263,6 +264,7 @@ namespace JS {
|
|||
P(trimStart) \
|
||||
P(trunc) \
|
||||
P(undefined) \
|
||||
P(unescape) \
|
||||
P(unicode) \
|
||||
P(unshift) \
|
||||
P(value) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue