Closed
Bug 1607858
Opened 5 years ago
Closed 5 years ago
[jsdbg2] js::DebugAPI::slowPathOnLeaveFrame needs a comment
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
Details
Attachments
(1 file)
Why does slowPathOnLeaveFrame
have to check whether the frame is still on the stack?
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jblandy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7d6e14b83de6
Explain why DebugAPI::slowPathOnLeaveFrame needs to check if the frame is still live. DONTBUILD r=jorendorff
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•