Closed
Bug 1547782
Opened 6 years ago
Closed 6 years ago
Implement GCPolicy<T>::isValid globally and remove GCPolicyWithIsValid
Categories
(Core :: JavaScript: GC, task, P4)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(1 file)
Bug 1538779 adds the requirement that anything used as a Rooted<T> must have a specialization of GCPolicy<T> that includes isValid. Previously, it could get away without it if it was never given an initial value when used. I think there would be other ways to trigger the requirement, but I'm not sure exactly what the rules were.
Assignee | ||
Updated•6 years ago
|
Type: defect → task
Priority: -- → P4
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/adf9f8fe2560
Implement GCPolicy<T>::isValid for Gecko specializations r=jonco
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•