mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
fix C&P error of return value from ref_eq
This commit is contained in:
parent
b2f1fbc195
commit
09e31f3f5a
@ -110,5 +110,5 @@ public abstract class NonGC {
|
||||
native static Object array_get_anyref( Object[] array, int idx );
|
||||
|
||||
@Import( js = "(a,b) => a === b" )
|
||||
native static Object ref_eq( Object a, Object b );
|
||||
native static int ref_eq( Object a, Object b );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user