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

git-svn-id: svn://10.0.0.236/trunk@210104 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org 2006-09-14 01:40:52 +00:00
parent ee04d967d9
commit e8252ab10a

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 {
/*