Closed
Bug 779015
Opened 14 years ago
Closed 14 years ago
Typed Array Is*Array() throws.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: efaust, Assigned: efaust)
Details
Attachments
(1 file)
|
1.91 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
The macro that generates JS_Is*Array() doesn't clear the exception from the unboxing the way that IsArrayObject() and IsArrayBufferViewObject() do. The caller is not expecting an exception to result from asking a question about the type of a thing.
Attachment #647391 -
Flags: review?(bhackett1024)
Updated•14 years ago
|
Attachment #647391 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•