Normative: Don't call well-known Symbol methods for RegExp on primitive values
Categories
(Core :: JavaScript: Standard Library, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: dminor, Assigned: nicolo.ribaudo)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
This normative change was approved at the February 2025 TC39 plenary. See https://github.com/tc39/ecma262/pull/3009.
Updated•5 months ago
|
Assignee | ||
Comment 1•5 months ago
|
||
This patch adds telemetry for https://github.com/tc39/ecma262/pull/3009.
That normative PR has already been approved by TC39, but we need to
verify that it's web compatible.
Updated•5 months ago
|
Assignee | ||
Comment 2•5 months ago
|
||
This patch implements (in nightly) the changes proposed in
https://github.com/tc39/ecma262/pull/3009, which got consensus at the
last TC39 meeting.
The new implementation still attempts to preserve telemetry, so that
we can keep collecting data about usage of this removed feature.
However, it cannot be 100% precise (see comments in the code).
This patch has test262 tests at https://github.com/tc39/test262/pull/4404,
but as far as I can tell they are too new and not included yet in
mozilla-central.
Updated•4 months ago
|
Comment 4•3 months ago
|
||
bugherder |
Updated•3 months ago
|
Assignee | ||
Comment 5•3 months ago
|
||
Wait, this is not resolved yet. We only shipped telemetry for it.
Updated•3 months ago
|
Assignee | ||
Comment 6•3 months ago
|
||
Wait, this is not resolved yet. We only shipped telemetry for it. This will be fixed once D241314 is landed.
Description
•