summaryrefslogtreecommitdiffstats
path: root/js/src/jsopcode.h
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-24 12:28:12 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-24 12:28:12 +0100
commitfdedd57c60d35bed3e6cde12084b7abe08153ed3 (patch)
tree5cba1b96e8d02f657d64f1ea43421d2af044e3c3 /js/src/jsopcode.h
parent1ea1ed151571a523d1c8016dcd314e12238cd785 (diff)
downloadUXP-fdedd57c60d35bed3e6cde12084b7abe08153ed3.tar
UXP-fdedd57c60d35bed3e6cde12084b7abe08153ed3.tar.gz
UXP-fdedd57c60d35bed3e6cde12084b7abe08153ed3.tar.lz
UXP-fdedd57c60d35bed3e6cde12084b7abe08153ed3.tar.xz
UXP-fdedd57c60d35bed3e6cde12084b7abe08153ed3.zip
Bug 1147371: Implement JSOP_PICK and JSOP_UNPICK in the expression decompiler
Issue #74
Diffstat (limited to 'js/src/jsopcode.h')
-rw-r--r--js/src/jsopcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/jsopcode.h b/js/src/jsopcode.h
index 4f7859665..e56eebb2d 100644
--- a/js/src/jsopcode.h
+++ b/js/src/jsopcode.h
@@ -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: