Forgot to switch to SRC_INITPROP (344120, r=mrbkap).
git-svn-id: svn://10.0.0.236/trunk@201830 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2810,7 +2810,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
|
||||
xval = POP_STR();
|
||||
lval = POP_STR();
|
||||
sn = js_GetSrcNote(jp->script, pc);
|
||||
if (sn && SN_TYPE(sn) == SRC_LABEL)
|
||||
if (sn && SN_TYPE(sn) == SRC_INITPROP)
|
||||
goto do_initprop;
|
||||
todo = Sprint(&ss->sprinter, "%s%s%s",
|
||||
lval,
|
||||
|
||||
Reference in New Issue
Block a user