mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
LibJS: Add a basic implementation of String.prototype.substr()
This commit is contained in:
parent
5c911ad4b1
commit
2d9d883274
4 changed files with 54 additions and 1 deletions
|
@ -188,8 +188,9 @@ namespace JS {
|
|||
P(splice) \
|
||||
P(sqrt) \
|
||||
P(startsWith) \
|
||||
P(stringify) \
|
||||
P(sticky) \
|
||||
P(stringify) \
|
||||
P(substr) \
|
||||
P(substring) \
|
||||
P(tan) \
|
||||
P(test) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue