Open
Bug 1658492
Opened 5 years ago
Updated 2 years ago
Handle legacy RegExp getters in Function.p.toString
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox81 | --- | affected |
People
(Reporter: anba, Unassigned)
References
(Blocks 1 open bug)
Details
From :shu at https://freenode.logbot.info/tc39/20200810#c4715415:
17:33 shu Bakkot: can you tell michaelficarra we got a funny problem with built-in Function#toString for legacy regexp getters
17:34 shu Bakkot: right now SM printsfunction $&()
and V8 printsfunction get $&()
for RegExp.$&, the legacy "last match" getters
17:34 shu getter*
17:34 shu $& is not a PropertyName
Updated•5 years ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•