Closed
Bug 825960
Opened 13 years ago
Closed 12 years ago
[jsdbg2] Delete Debugger.prototype.findAllGlobals
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 946392
People
(Reporter: jimb, Unassigned)
References
Details
Once we've implemented Debugger.prototype.addAllGlobalsAsDebuggees (bug 821701), we should remove Debugger.prototype.findAllGlobals, as the SpiderMonkey GC guys say it's asking for trouble.
(We're also going to remove Debugger.prototype.getDebuggees, so we won't be able to use that in conjuction with addAllGlobalsAsDebuggees to get the same effect.)
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•