summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/RegExp.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26-0/+1
| | | | This resolves #1302.
* Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18-1/+32
| | | | Resolves #1284.
* Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."wolfbeast2019-11-18-24/+0
| | | | This reverts commit f31b04a303607cd82757e7c4f60bb536658c8a30.
* Issue #1284 - Implement /s (dotAll) for regular expressions.wolfbeast2019-11-18-0/+24
| | | | Resolves #1284.
* 1320408 - Part 23: Change ↵Gaming4JC2019-07-18-3/+3
| | | | RegExpObject::{getShared,createShared,dumpBytecode} to static method.
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18-4/+4
|
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-1/+1
|
* 903389 - Fix uses of ClassMethodIsNative.Gaming4JC2019-07-18-1/+1
|
* Use ordinary object for RegExp prototypejanekptacijarabaci2018-03-19-56/+84
| | | | Issue #77
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1781