Bug 462879 - "Assertion failure: UPVAR_FRAME_SKIP(uva->vector[i]) == 1" with nested eval (r=mrbkap).

This commit is contained in:
Brendan Eich
2008-11-03 13:55:51 -08:00
parent 6eaea72c9f
commit 4bb6bc262e

View File

@@ -2753,7 +2753,6 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb, JSOp nextop)
#endif
uva = JS_SCRIPT_UPVARS(jp->script);
i = GET_UINT16(pc);
JS_ASSERT(UPVAR_FRAME_SKIP(uva->vector[i]) == 1);
i = UPVAR_FRAME_SLOT(uva->vector[i]);
}
atom = GetArgOrVarAtom(jp, i);