Closed
Bug 1271934
Opened 10 years ago
Closed 10 years ago
Incorrect result for references to JSCompartment::setIsDebuggee()
Categories
(Webtools Graveyard :: DXR, defect)
Webtools Graveyard
DXR
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1224516
People
(Reporter: bbouvier, Unassigned)
Details
See also: https://dxr.mozilla.org/mozilla-central/search?q=%2Bfunction-ref%3AJSCompartment%3A%3AsetIsDebuggee%28%29
At least I would expect the only single result I can see to contain "setIsDebuggee", but it does not:
Query matches
Line Code Snippet
js / src / vm / Debugger.cpp
3700 auto allocationsTrackingGuard = MakeScopeExit([&] {
Note there's a match in the same file though, at line 3707 (as of today):
https://dxr.mozilla.org/mozilla-central/source/js/src/vm/Debugger.cpp#3707
Comment 1•10 years ago
|
||
Looks like it even bolds the right column offsets for "where the reference would have been" if the correct line had not moved lower.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•