LibJS: Add a basic implementation of String.prototype.substr()

This commit is contained in:
Andreas Kling 2020-11-29 20:28:10 +01:00
commit 2d9d883274
Notes: sideshowbarker 2024-07-19 01:11:24 +09:00
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) \