Closed Bug 799898 Opened 12 years ago Closed 11 years ago

Assertion failure: !global->nativeLookupNoAllocation(id), at ../jsobjinlines.h:1570

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

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 ) {}
}
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.
Closing as WONTFIX since E4X is removed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.