Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1302 followup - Add spec-compliance checks/errors | wolfbeast | 2019-11-30 | -2/+5 |
| | | | | | | - Check for undefined/null regex flags (because...) - Make it throw a typeerror instead of syntax error on non-global - Generalize JS error messages for these checks. | |||
* | Issue #1302 - Add self-hosted implementation for string regex .matchAll | wolfbeast | 2019-11-26 | -0/+132 |
| | | | | This resolves #1302. | |||
* | Issue #1284 - Implement /s (dotAll) for regular expressions, v2. | wolfbeast | 2019-11-18 | -0/+5 |
| | | | | Resolves #1284. | |||
* | Revert "Issue #1284 - Implement /s (dotAll) for regular expressions." | wolfbeast | 2019-11-18 | -5/+0 |
| | | | | This reverts commit f31b04a303607cd82757e7c4f60bb536658c8a30. | |||
* | Issue #1284 - Implement /s (dotAll) for regular expressions. | wolfbeast | 2019-11-18 | -0/+5 |
| | | | | Resolves #1284. | |||
* | Bug 1317397: Only set lastIndex for global or sticky RegExps in ↵ | janekptacijarabaci | 2018-03-24 | -23/+57 |
| | | | | RegExpBuiltinExec per ES2017 | |||
* | Bug 1343375: Update RegExp.prototype.replace and .match to call ↵ | janekptacijarabaci | 2018-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.0 | Matt A. Tobin | 2018-02-02 | -0/+1032 |