Closed Bug 743408 Opened 12 years ago Closed 12 years ago

ALIASEDVAR Patch: Assertion failure: script->needsArgsObj(), at methodjit/Compiler.cpp:4065

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Assigned: luke)

References

Details

(Keywords: assertion, testcase)

The following test asserts on mozilla-central revision d0430a04d92a with patch from bug 740259 (options -m -n -a):


test();
function test() {
  (arguments);
  GenA.prototype = new Gen0();
}
Assignee: general → luke
Ah, the assert I added was overzealous.  Will roll the test-case in with bug 740259.  Thanks!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/testBug743408.js.
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.