Closed
Bug 731745
Opened 13 years ago
Closed 13 years ago
"Assertion failure: obj->asCall().maybeStackFrame(),"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 731724
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: js-triage-needed)
Attachments
(1 file)
3.94 KB,
text/plain
|
Details |
function h(s) {
return eval(s)
}
f = h("(function(){function::arguments=[]})")
for (a in f()) {}
asserts js debug shell on m-c changeset 8ec22af2fe91 without any CLI arguments at Assertion failure: obj->asCall().maybeStackFrame(),
May be related to bug 731724, as these 2 asserts both appeared during reduction and point to the same regressing changeset.
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 87904:bd71047c9b4d
user: Luke Wagner
date: Tue Feb 07 12:34:29 2012 -0800
summary: Bug 724790 - get rid of the hasOverriddenArgs funny business (r=waldo)
![]() |
||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 2•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/e4x/bug731745.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•