Closed
Bug 470306
Opened 16 years ago
Closed 16 years ago
"Assertion failure: blockDepth <= StackDepth(script)" with switch
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 470300
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
js> for (var j = 0; j < 5; ++j) { let (x) { switch (NaN) { } } }
Assertion failure: blockDepth <= StackDepth(script), at ../jsinterp.cpp:6828
Comment 1•16 years ago
|
||
Jesse, any bug with let in the hot loop body is a dup.
/be
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
![]() |
||
Updated•16 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•