Bug 1147371: Implement JSOP_PICK and JSOP_UNPICK in the expression decompiler

Issue #74
This commit is contained in:
janekptacijarabaci 2018-03-24 12:28:12 +01:00 committed by Roy Tam
commit 0f625eb5bd
3 changed files with 31 additions and 1 deletions

View file

@ -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: