1
Fork 0
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:
Andreas Kling 2020-11-29 20:28:10 +01:00
parent 5c911ad4b1
commit 2d9d883274
4 changed files with 54 additions and 1 deletions

View file

@ -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) \