Closed
Bug 817164
Opened 12 years ago
Closed 11 years ago
GC: Remove the implicit conversion from Rooted, Handle, and Unrooted to Raw
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: terrence, Unassigned)
References
Details
This is only present to help us bootstrap exact rooting and should be removed once everything has been converted to typesafe variants.
Reporter | ||
Updated•12 years ago
|
Summary: GC: Remove the implicit conversion from Rooted<T> to RawT → GC: Remove the implicit conversion from Rooted, Handle, and Unrooted to Raw
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 1•11 years ago
|
||
We've decided to go with raw pointer types in places that can't GC, so this isn't really relevant anymore.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•