Closed
Bug 930989
Opened 12 years ago
Closed 12 years ago
IonMonkey: In debug builds always test arguments
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: h4writer, Assigned: h4writer)
References
Details
Attachments
(1 file, 1 obsolete file)
3.64 KB,
patch
|
h4writer
:
review+
|
Details | Diff | Splinter Review |
Ionmonkey is smart enough to disable testing the types of the arguments, when it can statically know beforehand (during compilation). This patch is to make sure that if there are faults in there we catch them.
Assignee | ||
Comment 1•12 years ago
|
||
Got already r+ from Jan in bug 898832
Assignee: nobody → hv1989
Attachment #822286 -
Flags: review+
Comment 2•12 years ago
|
||
s/arguemnts/arguments/
Assignee | ||
Comment 3•12 years ago
|
||
Thanks!
Attachment #822286 -
Attachment is obsolete: true
Attachment #822298 -
Flags: review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•