summaryrefslogtreecommitdiffstats
path: root/js/src/jsstr.h
Commit message (Collapse)AuthorAgeLines
* Make use of ArrayObjects in favor of generic JS objects.wolfbeast2019-06-12-1/+1
| | | | | ArrayObjects has been a thing for years but been under-used. About time they are used where prudent.
* Implement String.prototype.trimStart and trimEnd.wolfbeast2019-05-17-2/+2
| | | | | | This renames our internal function names because *Left and *Right might be deprecated and have to be removed later, making that trivial. Resolves #1089
* Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals.wolfbeast2018-05-04-5/+0
|
* Bug 1452619 - Implement mozilla::IsAsciiAlpha. r=froydnj, a=lizzardJeff Walden2018-04-29-1/+2
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+495