Closed
Bug 1509912
Opened 7 years ago
Closed 6 years ago
Rename js::gc::Cell::ReservedBits to js::gc::Cell::GCInternalBits
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1525664
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | affected |
People
(Reporter: wingo, Assigned: wingo)
Details
The convention is that "reserved" indicates bits or storage available to subtypes, whereas with Cell's ReservedBits, they are bits used by Cell. Prompted by review of https://phabricator.services.mozilla.com/D10046 -- a reminder for me to fix in a follow-up.
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•