Closed
Bug 1546620
Opened 6 years ago
Closed 6 years ago
Add a numDebuggeeRealms counter to JSRuntime
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
I want to use this to toggle breakpoint/stepping handlers in the interpreter code when the counter becomes either zero or non-zero.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jdemooij
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
The Baseline Interpreter will use incrementNumDebuggeeRealms and
decrementNumDebuggeeRealms to toggle some debugging things if needed.
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/995c47d0986b
Add a numDebuggeeRealms counter to JSRuntime. r=jorendorff
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•