mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 540774: "Assertion failure: top < StackDepth(ss->printer->script)" decompiling upvar (r=jorendorff).
This commit is contained in:
parent
0f530fd289
commit
92a357e272
@ -2525,8 +2525,13 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb, JSOp nextop)
|
||||
break;
|
||||
|
||||
case SRC_HIDDEN:
|
||||
/* Hide this pop, it's from a goto in a with or for/in. */
|
||||
/*
|
||||
* Hide this pop. Don't adjust our stack depth model if
|
||||
* it's from a goto in a with or for/in.
|
||||
*/
|
||||
todo = -2;
|
||||
if (lastop == JSOP_UNBRAND)
|
||||
(void) POP_STR();
|
||||
break;
|
||||
|
||||
case SRC_DECL:
|
||||
|
Loading…
Reference in New Issue
Block a user