Closed
Bug 1911097
Opened 1 year ago
Closed 1 year ago
Initial implementation of RegExp.escape proposal
Categories
(Core :: JavaScript: Standard Library, enhancement, P3)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
131 Branch
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
Initial implementation which is not enabled by default and can only be
enabled in Nightly builds.
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5a1ad72f8c73
Part 1: Implement RegExp.escape proposal. r=spidermonkey-reviewers,dminor
https://hg.mozilla.org/integration/autoland/rev/788657f61b0d
Part 2: Enable test262 tests for RegExp.escape. r=spidermonkey-reviewers,dminor
https://hg.mozilla.org/integration/autoland/rev/78ef93b13a21
Part 3: Reimport test262. r=spidermonkey-reviewers,dminor
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5a1ad72f8c73
https://hg.mozilla.org/mozilla-central/rev/788657f61b0d
https://hg.mozilla.org/mozilla-central/rev/78ef93b13a21
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•