summaryrefslogtreecommitdiffstats
path: root/js/src/irregexp/RegExpEngine.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1362 - Revert "Implement regular expression lookbehind"wolfbeast2020-01-19-95/+56
| | | | This reverts commit fa473930f424bf17a9e545b601c84dd2e61364e3.
* Issue #1279 - Implement regular expression lookbehindwolfbeast2019-11-11-56/+95
| | | | Based on Tom Schuster's work, with extra minters for unicode.
* JS - RegExp - match updated spec for `/\b/iu` and `/\B/iu`janekptacijarabaci2018-03-12-6/+19
|
* Generate irregexp character tables with make_unicode.py.wolfbeast2018-03-12-109/+6
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+5135