Closed
Bug 799898
Opened 12 years ago
Closed 12 years ago
Assertion failure: !global->nativeLookupNoAllocation(id), at ../jsobjinlines.h:1570
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase, Whiteboard: [ion:p1])
The following testcase asserts on mozilla-central revision 5cca0408a73f (run with --ion-eager):
options("allow_xml");
const { XML } = 1;
ForIn_1(this);
function ForIn_1( object) {
for (assertEq in object ) {}
}
![]() |
||
Updated•12 years ago
|
Whiteboard: [ion:p1]
Comment 1•12 years ago
|
||
I doubt this is an Ion bug so much as a quirk of bootstrapping code not being quite right, for the XML code. Given we're removing that code soon, the real question is probably whether whatever the issue is here occurs in code beyond XML.
Reporter | ||
Comment 2•12 years ago
|
||
Closing as WONTFIX since E4X is removed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•