Closed
Bug 1109748
Opened 11 years ago
Closed 11 years ago
JS::ubi::RootList should have a method for adding all of a debugger's debuggees as roots
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
We are manually rooting them all over the place via AutoObjectVectors, and when bug 1102541 gives us a more explicit API, that will be an improvement, but it would be nice to just give the RootList a Debugger and have it do the Right Thing for us.
| Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Fixed as part of bug 1102541.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•