mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
Exception opcodes
This commit is contained in:
parent
bdc5244ebb
commit
97c73adcfb
@ -45,6 +45,16 @@ interface InstructionOpcodes {
|
||||
|
||||
static final int ELSE = 0x05;
|
||||
|
||||
static final int TRY = 0x06;
|
||||
|
||||
static final int CATCH = 0x07;
|
||||
|
||||
static final int THROW = 0x08;
|
||||
|
||||
static final int RETHROW = 0x09;
|
||||
|
||||
static final int CATCHALL = 0x0A;
|
||||
|
||||
static final int END = 0x0B;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user