mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Bug 1344753 - Update for-of stack depth in ControlFlowGenerator::processWhileOrForInLoop.
Tag #1287
This commit is contained in:
parent
c9f1fa2cda
commit
086d14cb8b
1 changed files with 1 additions and 1 deletions
|
|
@ -3349,7 +3349,7 @@ IonBuilder::whileOrForInLoop(jssrcnote* sn)
|
|||
|
||||
unsigned stackPhiCount;
|
||||
if (SN_TYPE(sn) == SRC_FOR_OF)
|
||||
stackPhiCount = 2;
|
||||
stackPhiCount = 3;
|
||||
else if (SN_TYPE(sn) == SRC_FOR_IN)
|
||||
stackPhiCount = 1;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue