Closed
Bug 803157
Opened 12 years ago
Closed 11 years ago
Proxy delete_ hook needs to know whether "Throw" is true or not
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
WebIDL requires us to throw as needed based on that information.
Comment 1•11 years ago
|
||
Did this get dealt with?
Comment 2•11 years ago
|
||
Yes. Deletion hooks should return false where Throw is true, or identically where the behavior is to Reject, after bug 858677.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•