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:
parent
ee04d967d9
commit
e8252ab10a
@ -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 {
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user