summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/RegExp.js
Commit message (Expand)AuthorAgeLines
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26-0/+132
* Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18-0/+5
* Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."wolfbeast2019-11-18-5/+0
* Issue #1284 - Implement /s (dotAll) for regular expressions.wolfbeast2019-11-18-0/+5
* Bug 1317397: Only set lastIndex for global or sticky RegExps in RegExpBuiltin...janekptacijarabaci2018-03-24-23/+57
* Bug 1343375: Update RegExp.prototype.replace and .match to call ToLength(last...janekptacijarabaci2018-03-24-46/+8
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1032