Closed
Bug 743408
Opened 13 years ago
Closed 13 years ago
ALIASEDVAR Patch: Assertion failure: script->needsArgsObj(), at methodjit/Compiler.cpp:4065
Categories
(Core :: JavaScript Engine, defect)
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();
}
Reporter | ||
Updated•13 years ago
|
Assignee: general → luke
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Ah, the assert I added was overzealous. Will roll the test-case in with bug 740259. Thanks!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•13 years ago
|
||
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.
Description
•