diff options
Diffstat (limited to 'src/opcode.cc')
-rw-r--r-- | src/opcode.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opcode.cc b/src/opcode.cc index 3a62fa71..023ae0b2 100644 --- a/src/opcode.cc +++ b/src/opcode.cc @@ -67,6 +67,8 @@ bool Opcode::IsEnabled(const Features& features) const { case Opcode::Catch: case Opcode::Delegate: case Opcode::Throw: + case Opcode::ThrowRef: + case Opcode::TryTable: case Opcode::Rethrow: return features.exceptions_enabled(); |