Closed Bug 743138 Opened 12 years ago Closed 12 years ago

IonMonkey: Assertion failure: cx->enumerators == obj, at jsiter.cpp:941

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86
Linux
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 732852

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])

The following testcase asserts on ionmonkey revision a9a18824b4c1 (run with --ion -n -m):


function testFunctionIdentityChange() {
  function a() {}
  var o = { a: a, testFunctionIdentityChange: testFunctionIdentityChange };
  for (var prop in o) {
      o[prop]();
  }
}
assertEq(testFunctionIdentityChange(), true);
iterator handling is broken, I'll include this test case in the bug which fixes it
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
A testcase for this bug was already added in the original bug (bug 732852).
Flags: in-testsuite-
You need to log in before you can comment on or make changes to this bug.