Closed
Bug 1214958
Opened 9 years ago
Closed 9 years ago
support operators &=, |=, and ^= on DebugOnly
Categories
(Core :: MFBT, defect)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
Attachments
(1 file)
1.75 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
Much like bug 1122160 did for += and -=, I'd like to add bitwise operators to DebugOnly.
The reason I want this is for bug 1209603 patch 10:
https://hg.mozilla.org/users/dbaron_mozilla.com/patches/raw-file/20184c5ec7f2/assert-peek-style-data
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8673993 -
Flags: review?(nfroyd)
Assignee | ||
Comment 2•9 years ago
|
||
(Note that I only really need |=, but it made sense to add the others, I think.)
Updated•9 years ago
|
Attachment #8673993 -
Flags: review?(nfroyd) → review+
Comment 4•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 5•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•