mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Bug 1147371: Implement JSOP_PICK and JSOP_UNPICK in the expression decompiler
Issue #74
This commit is contained in:
parent
95390009cc
commit
0f625eb5bd
3 changed files with 31 additions and 1 deletions
|
|
@ -423,6 +423,7 @@ BytecodeFallsThrough(JSOp op)
|
|||
case JSOP_RETRVAL:
|
||||
case JSOP_FINALYIELDRVAL:
|
||||
case JSOP_THROW:
|
||||
case JSOP_THROWMSG:
|
||||
case JSOP_TABLESWITCH:
|
||||
return false;
|
||||
case JSOP_GOSUB:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue