mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
API Doc
This commit is contained in:
parent
432168f002
commit
23da864f1d
@ -841,7 +841,7 @@ class BranchManger {
|
||||
* code3
|
||||
* </pre>
|
||||
*
|
||||
* Should be converted to the follow Wasm code for tableswitch:
|
||||
* Should be converted to the follow Wasm code for try/catch:
|
||||
*
|
||||
* <pre>
|
||||
* block
|
||||
@ -1098,12 +1098,21 @@ class BranchManger {
|
||||
|
||||
private WasmBlockOperator endOp;
|
||||
|
||||
/**
|
||||
* Extra data depending of the operator. For example the return type of a block.
|
||||
*/
|
||||
private Object data;
|
||||
|
||||
private BranchNode parent;
|
||||
|
||||
/**
|
||||
* A instruction for which the return type must be calculated.
|
||||
*/
|
||||
private WasmBlockInstruction startBlock;
|
||||
|
||||
/**
|
||||
* The position of the startBlock in the instructions
|
||||
*/
|
||||
private int startIdx;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user