Fix value generator decompilation to rewrite JSOP_FORLOCAL as JSOP_GETLOCAL (352392, r=mrbkap)

This commit is contained in:
brendan%mozilla.org 2006-09-14 01:40:52 +00:00
parent dd1b9cf5e9
commit bd2d41a6ba

View File

@ -1154,6 +1154,8 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
? JSOP_GETARG
: (type == JOF_QVAR)
? JSOP_GETVAR
: (type == JOF_LOCAL)
? JSOP_GETLOCAL
: JSOP_NAME;
} else {
/*