Method | Description | |
---|---|---|
Load ( Stream byteCode, Table globals ) : Function | ||
Optimize ( Function function ) : void |
Method | Description | |
---|---|---|
Function ( ) : System |
public static Load ( Stream byteCode, Table globals ) : Function | ||
byteCode | Stream | |
globals | Table | |
return | Function |
public static Optimize ( Function function ) : void | ||
function | Function | |
return | void |