Closed
Bug 462292
Opened 17 years ago
Closed 17 years ago
"Assertion failure: pn->pn_op == JSOP_CALL || pn->pn_op == JSOP_EVAL" with apply as LHS
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: gal)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file, 1 obsolete file)
|
1.53 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
[].apply() = 1;
Assertion failure: pn->pn_op == JSOP_CALL || pn->pn_op == JSOP_EVAL, at jsparse.cpp:1684
Tracemonkey branch, but does not require -j. Regression from bug 462209?
| Assignee | ||
Comment 1•17 years ago
|
||
| Assignee | ||
Updated•17 years ago
|
Attachment #345434 -
Flags: review? → review?(jruderman)
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 345434 [details] [diff] [review]
patch
Forgot to add the new JSOP_APPLY case to the assert list. Jesse, if you don't feel confident review this hand it to mrbkap or brendan.
Comment 3•17 years ago
|
||
Andreas, search for other instances of the same assertion, I think we have it repeated several times.
| Assignee | ||
Comment 4•17 years ago
|
||
Ok, will do.
| Assignee | ||
Updated•17 years ago
|
Attachment #345434 -
Flags: review?(jruderman)
| Assignee | ||
Comment 5•17 years ago
|
||
Not sure what the 2nd cases does. Blake?
Attachment #345434 -
Attachment is obsolete: true
Attachment #345436 -
Flags: review?(mrbkap)
Updated•17 years ago
|
Attachment #345436 -
Flags: review?(mrbkap) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 7•17 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/37b3fdbb0f07
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-462292.js,v <-- regress-462292.js
initial revision: 1.1
Flags: in-testsuite+
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•