Closed
Bug 721067
Opened 13 years ago
Closed 13 years ago
add, use xpc_IsGrayGCThing for jsvals
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mccr8, Unassigned)
References
Details
I don't think this is needed right now, but it comes up a few times in Olli's CC patches. It would be nice to have a little function that sees if a jsval is a gray GC thing, so people don't have to worry about the nuances of .isMarkable vs .isGCthing, and so we sweep up all the weird possible cases.
Reporter | ||
Comment 1•13 years ago
|
||
I don't remember where exactly this was going to happen, but I guess the place this was being used got removed somehow or another.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•