mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring iterator close trynote
Issue #74
This commit is contained in:
parent
8af5664922
commit
ac07311b18
7 changed files with 43 additions and 5 deletions
|
|
@ -1678,6 +1678,7 @@ IonBuilder::inspectOpcode(JSOp op)
|
|||
switch (op) {
|
||||
case JSOP_NOP:
|
||||
case JSOP_NOP_DESTRUCTURING:
|
||||
case JSOP_TRY_DESTRUCTURING_ITERCLOSE:
|
||||
case JSOP_LINENO:
|
||||
case JSOP_LOOPENTRY:
|
||||
case JSOP_JUMPTARGET:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue