mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
performance optimizing
This commit is contained in:
parent
062e2aeb47
commit
4bb7f8f555
@ -1399,11 +1399,11 @@ public class TypeManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<AnyType> getParams() {
|
public List<AnyType> getParams() {
|
||||||
return Collections.unmodifiableList( params );
|
return params;
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<AnyType> getResults() {
|
public List<AnyType> getResults() {
|
||||||
return Collections.unmodifiableList( results );
|
return results;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setName( String name ) {
|
public void setName( String name ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user