Open
Bug 1653980
Opened 5 years ago
Updated 1 year ago
Ensure Private Fields are preserved through XRay manipulations.
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mgaudet, Unassigned)
References
Details
Attachments
(1 obsolete file)
This was a review comment that I forgot to complete before landing Bug 1644160;
“If it’s allowed at all, stamping private fields on an xray retains those values (on the expando object) even if we drop the xray, do a GC, then get the same xray wrapper again.”
While I am at it, I should also check for the private-field version of Bug 1404107.
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P3
Reporter | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9165959 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•