Closed
Bug 657979
Opened 12 years ago
Closed 12 years ago
TI: "Assertion failure: op == JSOP_NEWARRAY || op == JSOP_NEWOBJECT || op == JSOP_NEWINIT," with trap
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
3.71 KB,
text/plain
|
Details |
function f(){ with({a:0}){}; } dis(f) trap(f, 0, '') f() asserts js debug shell on JM changeset 5d1cbc94bc42 with -d, -a and -n at Assertion failure: op == JSOP_NEWARRAY || op == JSOP_NEWOBJECT || op == JSOP_NEWINIT,
![]() |
Reporter | |
Updated•12 years ago
|
Attachment #533325 -
Attachment description: stack → dis() information, and stack
Comment 1•12 years ago
|
||
Fixed as part of bug 657975. http://hg.mozilla.org/projects/jaegermonkey/rev/176ee6b37ad0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•