Closed
Bug 496817
Opened 16 years ago
Closed 16 years ago
"Assertion failure: fun->u.i.script->upvarsOffset" with ?:
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 496245
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
let (x=3) (function(){ 0 ? x : 1; })
Assertion failure: fun->u.i.script->upvarsOffset, at ../jsfun.cpp:2463
Is this the same as bug 496245? The testcase seems very different, with the only commonality being that an upvar use gets optimized away.
(Gary hit this, but asked me to reduce and file.)
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Comment 2•12 years ago
|
||
A testcase for this bug was already added in the original bug (bug 496245).
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•