Bug 465901 - DVG confused by |let|. r=brendan a=sayrer

This commit is contained in:
Blake Kaplan
2008-11-21 12:03:28 -08:00
parent 46fcdee70d
commit e58c32f7a9

View File

@@ -2815,7 +2815,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb, JSOp nextop)
LOCAL_ASSERT(atom);
goto do_setname;
}
lval = GetStr(ss, i);
lval = GetLocal(ss, i);
rval = POP_STR();
goto do_setlval;