summaryrefslogtreecommitdiffstats
path: root/js/src/tests/ecma_6/RegExp
Commit message (Collapse)AuthorAgeLines
* Bug 1317397: Only set lastIndex for global or sticky RegExps in ↵janekptacijarabaci2018-03-24-24/+20
| | | | RegExpBuiltinExec per ES2017
* Bug 1343375: Update RegExp.prototype.replace and .match to call ↵janekptacijarabaci2018-03-24-0/+172
| | | | | | ToLength(lastIndex) for non-global RegExp and handle recompilations [Depends on] Bug 1317397: Implement RegExp.lastIndex changes from ES2017
* Add support for the function `name` property.wolfbeast2018-03-20-0/+28
|\ | | | | | | | | | | This resolves #78. Merged remote-tracking branch 'janek/js_function_name_1'
| * Bug 1317309: Throw a TypeError when passing a Symbol value to ToAtomjanekptacijarabaci2018-03-19-0/+28
| | | | | | | | | | | | Issue #78 [Depends on] Bug 883377: Implement ES6 function "name" property semantics
* | Testsjanekptacijarabaci2018-03-19-0/+31
|/ | | | Issue #77
* JS - RegExp - match updated spec for `/\b/iu` and `/\B/iu`janekptacijarabaci2018-03-12-0/+25
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6346