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