mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
implement Class.getClassLoader()
This commit is contained in:
parent
6fc9feca70
commit
b15cc8b7ae
@ -159,6 +159,12 @@ class ReplacementForClass {
|
||||
"return" )
|
||||
private static native int getIntFromMemory( int pos );
|
||||
|
||||
/**
|
||||
* Replacement of the Java methods
|
||||
*/
|
||||
ClassLoader getClassLoader() {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Replacement of the native Java methods
|
||||
@ -195,7 +201,7 @@ class ReplacementForClass {
|
||||
/**
|
||||
* Replacement of the native Java methods.
|
||||
*/
|
||||
public boolean desiredAssertionStatus() {
|
||||
boolean desiredAssertionStatus() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user