summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/RegExp.js
Commit message (Collapse)AuthorAgeLines
* Bug 1317397: Only set lastIndex for global or sticky RegExps in ↵janekptacijarabaci2018-03-24-23/+57
| | | | RegExpBuiltinExec per ES2017
* Bug 1343375: Update RegExp.prototype.replace and .match to call ↵janekptacijarabaci2018-03-24-46/+8
| | | | | | ToLength(lastIndex) for non-global RegExp and handle recompilations [Depends on] Bug 1317397: Implement RegExp.lastIndex changes from ES2017
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1032