Closed
Bug 699714
Opened 14 years ago
Closed 1 year ago
Add a Debug_SetValueToCrashOnTouch
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bzbarsky, Unassigned)
Details
Per review comments in bug 698495, we could use a Debug_SetValueToCrashOnTouch so callers don't have to use Debug_SetValuesToCrashOnTouch(&v, 1).
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 1•1 year ago
|
||
It looks like Debug_SetValuesToCrashOnTouch was replaced by Debug_SetValueRangeToCrashOnTouch, but there are very few uses so it isn't worth adding an extra function just to handle the single value case.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•