-
-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
concat(), repeat(), slice() and all "searchString" based String proto…
…type methods (#13) (#31) * New concat() and repeat() String prototype implementations Created new implementations for the JS String prototype which are added in the string.rs file. Currently not tested. * Add additional implementation of slice() * Fix typo which mixed up start and end of slice * Simplify slice() implementation * Implementation of String.prototype.startsWith() * Add implementation of endsWith() * Implementation of String.prototype.includes() * Implementation of String.prototype.{indexOf, lastIndexOf}() * Fix merge conflict missing closing brace
- Loading branch information
1 parent
5cfa527
commit fda8571
Showing
1 changed file
with
252 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters