Open
Bug 1370932
Opened 8 years ago
Updated 8 months ago
Consider renaming markAtom functions to distinguish them from GC marking
Categories
(Core :: JavaScript: GC, enhancement, P3)
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
It's been observed that JSContext::markAtom and related methods are easily confused with GC marking functions (which are related but not the same).
A more informative but more verbose name would be 'markAtomAsUsedByZone'.
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•8 months ago
|
Blocks: GC.easeofuse
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•