mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibJS: Add a basic implementation of String.prototype.substr()
This commit is contained in:
parent
5c911ad4b1
commit
2d9d883274
Notes:
sideshowbarker
2024-07-19 01:11:24 +09:00
Author: https://github.com/awesomekling
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