Closed
Bug 680549
Opened 15 years ago
Closed 6 years ago
Debugger.Frame object keeps its .onStep hook alive even after it becomes unobservable
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Unassigned)
References
Details
Either the frame.onStep getter and setter should still work after the frame leaves the stack, or else the hook should be discarded in slowPathOnLeaveFrame.
| Reporter | ||
Updated•15 years ago
|
Summary: Reference to onStep hook is leaked, sort of, when frame leaves the stack → Debugger.Frame object keeps its .onStep hook alive even after it becomes unobservable
| Assignee | ||
Updated•12 years ago
|
Assignee: general → nobody
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•