forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1362154: Part 7: Named capture replacements in self-hosted code r…
…=arai This patch implements the changes to RegExp.prototype[@@replace] to support replacing named captures. See: https://tc39.es/proposal-regexp-named-groups/#sec-regexp.prototype-@@replace (I'm not completely sure what to do with out-of-date step numbers. I updated them in code that I modified, and left them alone elsewhere.) Differential Revision: https://phabricator.services.mozilla.com/D76039
- Loading branch information
1 parent
6976094
commit 7b5df5e
Showing
3 changed files
with
92 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters