summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/String.js
Commit message (Collapse)AuthorAgeLines
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26-0/+27
| | | | This resolves #1302.
* Implement String.prototype.trimStart and trimEnd.wolfbeast2019-05-17-6/+6
| | | | | | This renames our internal function names because *Left and *Right might be deprecated and have to be removed later, making that trivial. Resolves #1089
* Change inlining of intrinsics.wolfbeast2018-06-07-4/+5
|
* Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals.wolfbeast2018-05-04-6/+0
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+872